aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap.c b/imap.c
index a4e2f092..7be22aba 100644
--- a/imap.c
+++ b/imap.c
@@ -622,6 +622,7 @@ const static struct method imap =
143, /* standard IMAP2bis/IMAP4 port */
TRUE, /* this is a tagged protocol */
FALSE, /* no message delimiter */
+ FALSE, /* fetch response size is reliable */
imap_ok, /* parse command response */
imap_getauth, /* get authorization */
imap_getrange, /* query range of messages */