NeoMutt
2025-12-11-117-gc1a713
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
49
50
#ifndef MUTT_EMAIL_LIB_H
51
#define MUTT_EMAIL_LIB_H
52
53
// IWYU pragma: begin_keep
54
#include "
body.h
"
55
#include "
content.h
"
56
#include "
email.h
"
57
#include "
envelope.h
"
58
#include "
from.h
"
59
#include "
globals.h
"
60
#include "
mime.h
"
61
#include "
parameter.h
"
62
#include "
parse.h
"
63
#include "
rfc2047.h
"
64
#include "
rfc2231.h
"
65
#include "
sort.h
"
66
#include "
tags.h
"
67
#include "
thread.h
"
68
#include "
url.h
"
69
// IWYU pragma: end_keep
70
71
#endif
/* MUTT_EMAIL_LIB_H */
content.h
Information about the content of an attachment.
body.h
Representation of the body of an email.
globals.h
Email Global Variables.
parse.h
Miscellaneous email parsing routines.
sort.h
Assorted sorting methods.
tags.h
Driver based email tags.
email.h
Representation of an email.
envelope.h
Representation of an email header (envelope)
from.h
Determine who the email is from.
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.
thread.h
Create/manipulate threading in emails.
url.h
Parse and identify different URL schemes.