NeoMutt  2025-09-05-43-g177ed6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
48
49#ifndef MUTT_EMAIL_LIB_H
50#define MUTT_EMAIL_LIB_H
51
52// IWYU pragma: begin_keep
53#include "body.h"
54#include "content.h"
55#include "email.h"
56#include "envelope.h"
57#include "from.h"
58#include "globals.h"
59#include "mime.h"
60#include "parameter.h"
61#include "parse.h"
62#include "rfc2047.h"
63#include "rfc2231.h"
64#include "sort.h"
65#include "tags.h"
66#include "thread.h"
67#include "url.h"
68// IWYU pragma: end_keep
69
70#endif /* MUTT_EMAIL_LIB_H */
Information about the content of an attachment.
Representation of the body of an email.
Email Global Variables.
Miscellaneous email parsing routines.
Assorted sorting methods.
Representation of an email.
Representation of an email header (envelope)
Determine who the email is from.
Constants and macros for managing MIME encoding.
Store attributes associated with a MIME part.
RFC2047 MIME extensions encoding / decoding routines.
RFC2231 MIME Charset routines.
Driver based email tags.
Create/manipulate threading in emails.
Parse and identify different URL schemes.