dovecot-1.0: When client tried to fetch INTERNALDATE for an expu...

dovecot at dovecot.org dovecot at dovecot.org
Tue Dec 4 10:26:29 EET 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/30fbd49c39bf
changeset: 5482:30fbd49c39bf
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Dec 04 10:26:25 2007 +0200
description:
When client tried to fetch INTERNALDATE for an expunged message, we sent a
broken reply.

diffstat:

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

diffs (12 lines):

diff -r d0581c8dccfa -r 30fbd49c39bf src/imap/imap-fetch.c
--- a/src/imap/imap-fetch.c	Mon Dec 03 18:53:05 2007 +0200
+++ b/src/imap/imap-fetch.c	Tue Dec 04 10:26:25 2007 +0200
@@ -530,7 +530,7 @@ static bool fetch_internaldate_init(stru
 {
 	ctx->fetch_data |= MAIL_FETCH_RECEIVED_DATE;
 	imap_fetch_add_handler(ctx, TRUE, FALSE, name,
-			       "\"01-01-1970 00:00:00 +0000\"",
+			       "\"01-Jan-1970 00:00:00 +0000\"",
 			       fetch_internaldate, NULL);
 	return TRUE;
 }


More information about the dovecot-cvs mailing list