NeoMutt  2024-11-14-138-ge5ca67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
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 an email.
Representation of an email header (envelope)
Expando Parsing.
Determine who the email is from.
Global variables.
Constants and macros for managing MIME encoding.
Store attributes associated with a MIME part.
RFC2047 MIME extensions encoding / decoding routines.
RFC2231 MIME Charset routines.
Convenience wrapper for the send headers.
Sidebar sorting functions.
Driver based email tags.
Create/manipulate threading in emails.
Parse and identify different URL schemes.