Commit 0b7bf108 0b7bf108b0f8c22c0994aa900f9a5e4d288d00b2 by Sergey Poznyakoff

(imap4d_capability_init): Announce IDLE capability.

1 parent f23bfbc0
...@@ -48,6 +48,7 @@ imap4d_capability_init () ...@@ -48,6 +48,7 @@ imap4d_capability_init ()
48 static char *capa[] = { 48 static char *capa[] = {
49 "IMAP4rev1", 49 "IMAP4rev1",
50 "NAMESPACE", 50 "NAMESPACE",
51 "IDLE",
51 "X-VERSION", 52 "X-VERSION",
52 NULL 53 NULL
53 }; 54 };
......