From 54eac09811e33836fac4386ecaf8e2566c3e483f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 13 Oct 1996 07:40:54 +0000 Subject: Add historically useful commment. svn path=/trunk/; revision=321 --- imap.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/imap.c b/imap.c index 005aa2db..2c335118 100644 --- a/imap.c +++ b/imap.c @@ -168,6 +168,12 @@ int socket; struct hostrec *queryctl; int number; { + /* + * I think the SILENT modifier here is the only thing keeping this code + * from being IMAP2 (RFC 1176-compliant), rather than IMAP2bis. It's + * important for places where phone service is expensive to cut the + * IMAP protocol overhead as much as possible. + */ return(gen_transact(socket, "STORE %d +FLAGS.SILENT (\\Deleted)", number)); } -- cgit v1.2.3