diff options
author | José Fonseca <jrfonseca@users.sourceforge.net> | 2004-01-13 16:50:40 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@users.sourceforge.net> | 2004-01-13 16:50:40 +0000 |
commit | 566c484db7a60a0bdbfc84e9b53651b42a3e3552 (patch) | |
tree | 3562b4c30ebc8e2e46978adc26e55c305cd72146 /NEWS | |
parent | 48e245a29e60eed2e2fb9dfdebf4b8c674d7c530 (diff) |
Add a 'postconnect' keyword to execute a command after closing a SMTP connection.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,6 +2,9 @@ News ~~~~ * Version 0.5.1 (under development): + + * A 'postconnect' keyword to execute a command after closing a SMTP + connection. * Version 0.5.0 (2003-11-14): @@ -12,7 +15,7 @@ News * Detailed documentation on how to use the StartTLS extension. More verbosity on StartTLS error messages. - * New 'preconnect' keyword to execute a command prior to opening an SMTP + * New 'preconnect' keyword to execute a command prior to opening a SMTP connection (Daniel Richard G.). * Fixed a bug which prevented to send mail when libesmtp had no @@ -20,6 +23,7 @@ News * New 'default' keyword for identities (Vitezslav Batrla). + * Version 0.4.1 (2003-07-14): * Packaging fixes. @@ -71,3 +75,4 @@ News * Initial release. + |