IMAP server: suppress untagged 'EXISTS' and 'EXPUNGE' responses
authorArt Cancro <ajc@citadel.org>
Sun, 9 Dec 2007 04:31:24 +0000 (04:31 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 9 Dec 2007 04:31:24 +0000 (04:31 +0000)
commit95d5f5081fd65e416127be410ff7240b19abf002
treef1ff7938a40ac37489e9a70e0ba207f4bb5b49cf
parent4fa448643e1d7894fb84638de94129c13840446a
IMAP server: suppress untagged 'EXISTS' and 'EXPUNGE' responses
if the client just transmitted a command containing a literal.
Buggy IMAP implementations choke on this even though it is legal.
This is an attempt to fix Bug #308.
citadel/modules/imap/serv_imap.c