summaryrefslogtreecommitdiff
path: root/smtp.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-10-17 23:45:48 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-10-17 23:45:48 +0000
commitce8c9c5544e5ea4eae5757b21a279a604ce6332e (patch)
treeeefaa8cdd47319e74aaeb9c893184a5480fb1586 /smtp.h
parent3243d5d55f4124980caf911214b935d52d448ca3 (diff)
New 'preconnect' keyword to execute a command prior to opening an SMTP
connection (Daniel Richard G.).
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h5
1 files changed, 5 insertions, 0 deletions
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;
/**