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