1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
API Reference
=============
This document describes the libESMTP programming interface.
The libESMTP API is intended for use as an SMTP client within a Mail User
Agent (MUA) or other program that wishes to submit mail to a preconfigured
Message Submission Agent (MSA), sometimes known as a *smart host*.
The documentation is believed to be accurate however:
Much of it is apocryphal or, at the very least, wildly inaccurate.
However, where it is inaccurate, it is *definitively* inaccurate.
-- Douglas Adams, *The Hitch Hikers' Guide to the Galaxy*
.. toctree::
:maxdepth: 2
introduction
programflow
certificates
_kdoc/libesmtp
_kdoc/smtp-api
_kdoc/smtp-tls
_kdoc/smtp-auth
_kdoc/auth-client
_kdoc/message-callbacks
_kdoc/headers
_kdoc/smtp-etrn
_kdoc/errors
genindex
|