NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
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_keep
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_keep
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.