diff options
Diffstat (limited to 'smtp.h')
-rw-r--r-- | smtp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #define ESMTP_SIZE 0x02 #define ESMTP_ETRN 0x04 #define ESMTP_ATRN 0x08 /* used with ODMR, RFC 2645 */ +#define ESMTP_AUTH 0x10 void SMTP_setmode(char); int SMTP_helo(int socket,const char *host); |