From 60b9cfd5abf4e2c68821b8435cc73ec3a7d1e058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 5 Jul 2003 10:49:22 +0000 Subject: Better documentation. Support for more sendmail options. Error verification for libESMTP calls. --- smtp.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index 233c078..cc3fac8 100644 --- a/smtp.h +++ b/smtp.h @@ -22,12 +22,22 @@ */ typedef struct { struct list_head list; - char *address; - char *host; + + char *address; /**< reverse path address */ + + char *host; /**< hostname and service (port) */ + + /** \name Auth Extension */ + /*@{*/ char *user; char *pass; - enum starttls_option starttls; /**< it should default to Starttls_DISABLED */ + /*@}*/ + + /** \name StartTLS Extension */ + /*@{*/ + enum starttls_option starttls; char *certificate_passphrase; + /*@}*/ } identity_t; /** -- cgit v1.2.3