aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-04-25 06:04:35 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-04-25 06:04:35 +0000
commite92253bc3c827f46a06a74986b12da8c8628e703 (patch)
tree945f08799bb35360803bc668597b55fbec60929f
parent46683c0d5e15a582507372ac038be1fac61d4777 (diff)
downloadfetchmail-e92253bc3c827f46a06a74986b12da8c8628e703.tar.gz
fetchmail-e92253bc3c827f46a06a74986b12da8c8628e703.tar.bz2
fetchmail-e92253bc3c827f46a06a74986b12da8c8628e703.zip
Comment aboout OpenMail.
svn path=/trunk/; revision=2446
-rw-r--r--imap.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/imap.c b/imap.c
index 1e33d7a2..ba351b2b 100644
--- a/imap.c
+++ b/imap.c
@@ -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