aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-03-09 12:33:09 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-03-09 12:33:09 +0000
commit57500dd4aab9170c3aaeca82b80305aa63142a64 (patch)
tree414b6761d472c97dce3f890609c21c992cd457a7 /smtp.h
parent629050dcc6ba98ca711132a9eda0da8d370888d1 (diff)
downloadfetchmail-57500dd4aab9170c3aaeca82b80305aa63142a64.tar.gz
fetchmail-57500dd4aab9170c3aaeca82b80305aa63142a64.tar.bz2
fetchmail-57500dd4aab9170c3aaeca82b80305aa63142a64.zip
Initial version of ESMTP AUTH.
svn path=/trunk/; revision=3589
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtp.h b/smtp.h
index 1dfe7019..6f375684 100644
--- a/smtp.h
+++ b/smtp.h
@@ -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);