X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_imap.c;h=d6b0fd89636c382b99265a9a098b62543aeb7969;hb=d004ce21a37a89a9c2e175dbc028df7afcf0646c;hp=8a7b713ebc3cd3482fac3b3617928cc8f98490a8;hpb=4be607642026eb028c972f216d993ace37f35998;p=citadel.git diff --git a/citadel/serv_imap.c b/citadel/serv_imap.c index 8a7b713eb..d6b0fd896 100644 --- a/citadel/serv_imap.c +++ b/citadel/serv_imap.c @@ -443,8 +443,13 @@ void imap_output_capability_string(void) { if (!CC->redirect_ssl) cprintf(" STARTTLS"); #endif - /* Comment this out if its unfinished state is choking your client */ - cprintf(" METADATA LIST-EXTENDED"); + /* We are building a partial implementation of METADATA for the sole purpose + * of interoperating with the ical/vcard version of the Bynari Insight Connector. + * If you were expecting something else, comment out one or both of these + * extension advertisements. + */ + cprintf(" METADATA"); + /* cprintf(" LIST-EXTENDED"); */ } /*