summaryrefslogtreecommitdiff
path: root/smtp.h
diff options
context:
space:
mode:
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;
/**