X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fserv_imap.c;h=098ce942f5c520b402bac201ebb1a4fed42de264;hb=484502117fc2ce04627e3cc7c0efa40e6c18d272;hp=b7d44b5579310712d81e9c87422925e29a341e52;hpb=a605e70c6ecfccfe650a85ef4a32ebbf9cd4385f;p=citadel.git diff --git a/citadel/modules/imap/serv_imap.c b/citadel/modules/imap/serv_imap.c index b7d44b557..098ce942f 100644 --- a/citadel/modules/imap/serv_imap.c +++ b/citadel/modules/imap/serv_imap.c @@ -435,7 +435,7 @@ void imap_cleanup_function(void) * output this stuff in other places as well) */ void imap_output_capability_string(void) { - cprintf("CAPABILITY IMAP4REV1 NAMESPACE ID AUTH=PLAIN AUTH=LOGIN"); + cprintf("CAPABILITY IMAP4REV1 NAMESPACE ID AUTH=PLAIN AUTH=LOGIN UIDPLUS"); #ifdef HAVE_OPENSSL if (!CC->redirect_ssl) cprintf(" STARTTLS");