NeoMutt
2025-12-11-177-g48e272
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
57
58
#ifndef MUTT_EMAIL_LIB_H
59
#define MUTT_EMAIL_LIB_H
60
61
// IWYU pragma: begin_keep
62
#include "
body.h
"
63
#include "
content.h
"
64
#include "
copy_body.h
"
65
#include "
copy_email.h
"
66
#include "
email.h
"
67
#include "
enriched.h
"
68
#include "
envelope.h
"
69
#include "
from.h
"
70
#include "
globals2.h
"
71
#include "
handler.h
"
72
#include "
header.h
"
73
#include "
mailcap.h
"
74
#include "
mime.h
"
75
#include "
parameter.h
"
76
#include "
parse.h
"
77
#include "
rfc2047.h
"
78
#include "
rfc2231.h
"
79
#include "
rfc3676.h
"
80
#include "
score.h
"
81
#include "
sort.h
"
82
#include "
tags.h
"
83
#include "
thread.h
"
84
#include "
url.h
"
85
// IWYU pragma: end_keep
86
87
#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.
header.h
Representation of the email's header.
parse.h
Miscellaneous email parsing routines.
score.h
Routines for adding user scores to emails.
sort.h
Assorted sorting methods.
tags.h
Driver based email tags.
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.
globals2.h
Email Global Variables.
handler.h
Decide how to display email content.
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.
url.h
Parse and identify different URL schemes.