From ce8c9c5544e5ea4eae5757b21a279a604ce6332e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 17 Oct 2003 23:45:48 +0000 Subject: New 'preconnect' keyword to execute a command prior to opening an SMTP connection (Daniel Richard G.). --- smtp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index cc3fac8..5df10ca 100644 --- a/smtp.h +++ b/smtp.h @@ -38,6 +38,11 @@ typedef struct { enum starttls_option starttls; char *certificate_passphrase; /*@}*/ + + /** \name Pre-connect Command */ + /*@{*/ + char *preconnect; + /*@}*/ } identity_t; /** -- cgit v1.2.3-2-g168b