NeoMutt  2023-03-22
Teaching an old dog new tricks
DOXYGEN
lib.h
Go to the documentation of this file.
1
40#ifndef MUTT_SEND_LIB_H
41#define MUTT_SEND_LIB_H
42
43// IWYU pragma: begin_exports
44#include "body.h"
45#include "header.h"
46#include "multipart.h"
47#include "send.h"
48#include "sendlib.h"
49#include "sendmail.h"
50#include "smtp.h"
51// IWYU pragma: end_exports
52
53#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.