diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-22 02:00:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-22 02:00:17 +0000 |
commit | 74eb0be1e799d5485fae6e9c82fddc4d4b785df5 (patch) | |
tree | fc00a64c98bd0f5d70e2c3c5fc447e8060164216 /fetchmail.h | |
parent | 6e6b976915e8c29bf4684b535addf7bd7d83c8b2 (diff) | |
download | fetchmail-74eb0be1e799d5485fae6e9c82fddc4d4b785df5.tar.gz fetchmail-74eb0be1e799d5485fae6e9c82fddc4d4b785df5.tar.bz2 fetchmail-74eb0be1e799d5485fae6e9c82fddc4d4b785df5.zip |
Added Todd Sabin's new protocol options.
svn path=/trunk/; revision=2571
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index c2b8b17e..20387750 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -15,6 +15,8 @@ #define P_APOP 7 #define P_RPOP 8 #define P_ETRN 9 +#define P_IMAP_CRAM_MD5 10 +#define P_IMAP_LOGIN 11 #if INET6 #define SMTP_PORT "smtp" |