aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 2 insertions, 0 deletions
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 */