From 74eb0be1e799d5485fae6e9c82fddc4d4b785df5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Sep 1999 02:00:17 +0000 Subject: Added Todd Sabin's new protocol options. svn path=/trunk/; revision=2571 --- fetchmail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 80a15563..ff465784 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1335,6 +1335,8 @@ static int query_host(struct query *ctl) break; case P_IMAP: case P_IMAP_K4: + case P_IMAP_CRAM_MD5: + case P_IMAP_LOGIN: #ifdef GSSAPI case P_IMAP_GSS: #endif /* GSSAPI */ -- cgit v1.2.3