NeoMutt  2024-12-12-14-g7b49f7
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
41#ifndef MUTT_SEND_LIB_H
42#define MUTT_SEND_LIB_H
43
44// IWYU pragma: begin_keep
45#include "body.h"
46#include "header.h"
47#include "multipart.h"
48#include "send.h"
49#include "sendlib.h"
50#include "sendmail.h"
51#include "smtp.h"
52// IWYU pragma: end_keep
53
54#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.