Commit 0b7bf108 0b7bf108b0f8c22c0994aa900f9a5e4d288d00b2 by Sergey Poznyakoff

(imap4d_capability_init): Announce IDLE capability.

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