dovecot-1.1: FETCH BODY/BODYSTRUCTURE failures replied with too ...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 24 13:37:10 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/611a544b7df9
changeset: 7711:611a544b7df9
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 24 13:37:05 2008 +0300
description:
FETCH BODY/BODYSTRUCTURE failures replied with too many NILs.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/imap/imap-fetch.c |    2 +-

diffs (12 lines):

diff -r d6058df3b306 -r 611a544b7df9 src/imap/imap-fetch.c
--- a/src/imap/imap-fetch.c	Mon Jun 23 07:30:44 2008 +0300
+++ b/src/imap/imap-fetch.c	Tue Jun 24 13:37:05 2008 +0300
@@ -16,7 +16,7 @@
 #include <stdlib.h>
 
 #define BODY_NIL_REPLY \
-	"\"text\" \"plain\" NIL NIL NIL \"7bit\" 0 0 NIL NIL NIL"
+	"\"text\" \"plain\" NIL NIL NIL \"7bit\" 0 0"
 #define ENVELOPE_NIL_REPLY \
 	"(NIL NIL NIL NIL NIL NIL NIL NIL NIL NIL)"
 


More information about the dovecot-cvs mailing list