[evolution-patches] 309906, imap type table typo
- From: Not Zed <notzed ximian com>
- To: asdf <evolution-patches lists ximian com>
- Subject: [evolution-patches] 309906, imap type table typo
- Date: Tue, 09 Aug 2005 12:38:07 +0800
fixes minor and probably inconsequential bug in imap type-checking
table.
Index: camel/providers/imap/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/ChangeLog,v
retrieving revision 1.24
diff -u -p -r1.24 ChangeLog
--- camel/providers/imap/ChangeLog 3 Aug 2005 07:56:27 -0000 1.24
+++ camel/providers/imap/ChangeLog 9 Aug 2005 04:38:59 -0000
@@ -1,3 +1,10 @@
+2005-08-09 Not Zed <NotZed Ximian com>
+
+ ** See bug #309906.
+
+ * camel-imap-utils.c (imap_atom_specials[]): Fixed the
+ resp_specials entry, fixed the rfc reference.
+
2005-08-02 Not Zed <NotZed Ximian com>
** See bug #309237.
Index: camel/providers/imap/camel-imap-utils.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/camel-imap-utils.c,v
retrieving revision 1.75
diff -u -p -r1.75 camel-imap-utils.c
--- camel/providers/imap/camel-imap-utils.c 2 Dec 2004 08:03:30 -0000 1.75
+++ camel/providers/imap/camel-imap-utils.c 9 Aug 2005 04:39:00 -0000
@@ -533,7 +533,7 @@ imap_parse_flag_list (char **flag_list_p
}
/*
- From rfc2060
+ From RFC3501, which adds resp_specials over RFC2060
ATOM_CHAR ::= <any CHAR except atom_specials>
@@ -556,12 +556,13 @@ resp_specials ::= "]"
*/
static unsigned char imap_atom_specials[256] = {
+/* 0 1 2 3 4 5 6 7 8 9 A B C D E F */
/* 00 */0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 10 */0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 20 */0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1,
/* 30 */1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
/* 40 */1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
-/* 50 */1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1,
+/* 50 */1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1,
/* 60 */1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
/* 70 */1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]