diff options
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -973,10 +973,11 @@ static int imap_delete(int sock, struct query *ctl, int number) * Use SILENT if possible as a minor throughput optimization. * Note: this has been dropped from IMAP4rev1. * - * We set Seen because there are some IMAP servers that do - * message-receipt DSNs, but only when the seen bit is set. - * This is the appropriate time -- we get here right after - * the local SMTP response that says delivery was successful. + * We set Seen because there are some IMAP servers (notably HP + * OpenMail) that do message-receipt DSNs, but only when the seen + * bit is set. This is the appropriate time -- we get here right + * after the local SMTP response that says delivery was + * successful. */ if ((ok = gen_transact(sock, imap_version == IMAP4 |