NeoMutt  2025-12-11-58-g09398d
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
41
42#ifndef MUTT_SEND_LIB_H
43#define MUTT_SEND_LIB_H
44
45// IWYU pragma: begin_keep
46#include "body.h"
47#include "header.h"
48#include "multipart.h"
49#include "send.h"
50#include "sendlib.h"
51#include "sendmail.h"
52#include "smtp.h"
53// IWYU pragma: end_keep
54
55#endif /* MUTT_SEND_LIB_H */
Convenience wrapper for the send headers.
Manipulate multipart Emails.
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.