From 604913239997dc85412f55d6f5de24507db1497a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 27 Jun 2019 23:52:28 +0200 Subject: Comment on EXISTS in response to EXPUNGE. --- imap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index edad9581..8163ddaa 100644 --- a/imap.c +++ b/imap.c @@ -151,7 +151,9 @@ static int imap_untagged_response(int sock, const char *buf) oldcount--; /* We do expect an EXISTS response immediately * after this, so this updation of recentcount is - * just a precaution! */ + * just a precaution! + * XXX FIXME: per RFC 3501, 7.4.1. EXPUNGE Reponse + * on Page 73, an EXISTS response is not required */ if ((recentcount = count - oldcount) < 0) recentcount = 0; actual_deletions++; -- cgit v1.2.3