dovecot: When client tried to fetch INTERNALDATE for an expunged...

dovecot at dovecot.org dovecot at dovecot.org
Sun Dec 2 11:33:41 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/51bf40995f0f
changeset: 6888:51bf40995f0f
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Dec 02 11:33:36 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 19a6aeeb8f4f -r 51bf40995f0f src/imap/imap-fetch.c
--- a/src/imap/imap-fetch.c	Sat Dec 01 11:03:02 2007 +0200
+++ b/src/imap/imap-fetch.c	Sun Dec 02 11:33:36 2007 +0200
@@ -556,7 +556,7 @@ fetch_internaldate_init(struct imap_fetc
 {
 	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