NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
43
44#ifndef MUTT_SEND_LIB_H
45#define MUTT_SEND_LIB_H
46
47// IWYU pragma: begin_keep
48#include "body.h"
49#include "header.h"
50#include "multipart.h"
51#include "my_header.h"
52#include "send.h"
53#include "sendlib.h"
54#include "sendmail.h"
55#include "smtp.h"
56// IWYU pragma: end_keep
57
58#endif /* MUTT_SEND_LIB_H */
Manipulate multipart Emails.
Parse My-header Commands.
Convenience wrapper for the send headers.
Convenience wrapper for the send headers.
Prepare and send an email.
Miscellaneous functions for sending an email.
Send email using sendmail.
Send email to an SMTP server.