summaryrefslogtreecommitdiff
path: root/smtp.c
AgeCommit message (Expand)Author
2017-11-21Produce more useful "Invalid peer certificate" error messagesHEADmasterLuke Shumaker
2008-09-17Option to disable Message-ID header (Phil Sutter).José Fonseca
2008-07-10Fix NTLM authentication (Nils Rennebarth).José Fonseca
2007-01-27Use a reasonable default for the reverse path when one is not specified, inst...José Fonseca
2005-02-15Allow to set helo-name. Allow to send out local mail as remote mail by adding aJosé Fonseca
2004-06-29Disable SMTP AUTH if no username is given.José Fonseca
2004-01-13Add a 'postconnect' keyword to execute a command after closing a SMTP connect...José Fonseca
2003-11-07Don't call smtp_starttls_set_password_cb() unless StartTLS is enabled (Mauric...José Fonseca
2003-11-03Detailed documentation on how to use the StartTLS extension.José Fonseca
2003-10-17New 'preconnect' keyword to execute a command prior to opening an SMTPJosé Fonseca
2003-10-17Fix compiler warning. (Daniel Richard G.)José Fonseca
2003-10-04Version bump.José Fonseca
2003-08-11Don't fail when libesmtp is compiled without openssl support (tox@centrum.cz).José Fonseca
2003-07-14Check th MDA return status. Fixed a bug the input buffering which when usingJosé Fonseca
2003-07-05Better documentation.José Fonseca
2003-07-04Search for the global configuration file.José Fonseca
2003-07-03Exit with an error code immediately whenever an error.José Fonseca
2003-07-03Modularization of the code.José Fonseca