From 566c484db7a60a0bdbfc84e9b53651b42a3e3552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 13 Jan 2004 16:50:40 +0000 Subject: Add a 'postconnect' keyword to execute a command after closing a SMTP connection. --- smtp.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index 5df10ca..f5800fc 100644 --- a/smtp.h +++ b/smtp.h @@ -27,21 +27,22 @@ typedef struct { char *host; /**< hostname and service (port) */ - /** \name Auth Extension */ + /** \name Auth extension */ /*@{*/ char *user; char *pass; /*@}*/ - /** \name StartTLS Extension */ + /** \name StartTLS extension */ /*@{*/ enum starttls_option starttls; char *certificate_passphrase; /*@}*/ - /** \name Pre-connect Command */ + /** \name Pre- and post-connect commands */ /*@{*/ char *preconnect; + char *postconnect; /*@}*/ } identity_t; -- cgit v1.2.3