Skip to content

Commit

Permalink
imapd.c:base_capabilities — mention PARTIAL - RFC 9394
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Aug 6, 2023
1 parent ed02770 commit aff9515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imap/imapd.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ static struct capa_struct base_capabilities[] = {
{ "NOTIFY", CAPA_POSTAUTH|CAPA_STATE, /* RFC 5465 */
{ .statep = &imapd_notify_enabled } },
{ "OBJECTID", CAPA_POSTAUTH, { 0 } }, /* RFC 8474 */
/* PARTIAL RFC 9394 is not implemented */
{ "PREVIEW", CAPA_POSTAUTH, { 0 } }, /* RFC 8970 */
{ "QRESYNC", CAPA_POSTAUTH, { 0 } }, /* RFC 7162 */
{ "QUOTA", CAPA_POSTAUTH, { 0 } }, /* RFC 9208 */
Expand Down

0 comments on commit aff9515

Please sign in to comment.