NeoMutt
2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
60
61
#ifndef MUTT_EMAIL_LIB_H
62
#define MUTT_EMAIL_LIB_H
63
64
// IWYU pragma: begin_keep
65
#include "
body.h
"
66
#include "
commands.h
"
67
#include "
content.h
"
68
#include "
copy_body.h
"
69
#include "
copy_email.h
"
70
#include "
email.h
"
71
#include "
enriched.h
"
72
#include "
envelope.h
"
73
#include "
from.h
"
74
#include "
group.h
"
75
#include "
handler.h
"
76
#include "
header.h
"
77
#include "
ignore.h
"
78
#include "
mailcap.h
"
79
#include "
mime.h
"
80
#include "
module_data.h
"
81
#include "
parameter.h
"
82
#include "
parse.h
"
83
#include "
rfc2047.h
"
84
#include "
rfc2231.h
"
85
#include "
rfc3676.h
"
86
#include "
score.h
"
87
#include "
sort.h
"
88
#include "
spam.h
"
89
#include "
tags.h
"
90
#include "
thread.h
"
91
#include "
url.h
"
92
// IWYU pragma: end_keep
93
94
#endif
/* MUTT_EMAIL_LIB_H */
content.h
Information about the content of an attachment.
copy_body.h
Copy the body of an email.
copy_email.h
Duplicate the structure of an entire email.
body.h
Representation of the body of an email.
commands.h
Handle Email Commands.
group.h
Parse Group/Lists Commands.
header.h
Representation of the email's header.
module_data.h
Email private Module data.
parse.h
Miscellaneous email parsing routines.
sort.h
Assorted sorting methods.
thread.h
Create/manipulate threading in emails.
email.h
Representation of an email.
enriched.h
Rich text handler.
envelope.h
Representation of an email header (envelope)
from.h
Determine who the email is from.
handler.h
Decide how to display email content.
ignore.h
Parse Ignore Commands.
mailcap.h
RFC1524 Mailcap routines.
mime.h
Constants and macros for managing MIME encoding.
parameter.h
Store attributes associated with a MIME part.
rfc2047.h
RFC2047 MIME extensions encoding / decoding routines.
rfc2231.h
RFC2231 MIME Charset routines.
rfc3676.h
RFC3676 Format Flowed routines.
score.h
Routines for adding user scores to emails.
spam.h
Parse Spam Commands.
tags.h
Driver based email tags.
url.h
Parse and identify different URL schemes.