Thanks to visit codestin.com
Credit goes to code.neomutt.org

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