Changeset 3263
- Timestamp:
- 01/15/08 20:58:16
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3262 r3263 7 7 8 8 * Better error reporting on connection failures 9 * Fix in namespace parsing when the separator was NIL 9 10 10 11 2008-01-15 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
r3261 r3263 3822 3822 goto fail; 3823 3823 3824 if (imap_store-> capabilities & IMAP_CAPABILITY_NAMESPACE)3824 if (imap_store->namespaces && imap_store->capabilities & IMAP_CAPABILITY_NAMESPACE) 3825 3825 { 3826 3826 struct _namespaces *ns = imap_store->namespaces; trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-utils.c
r3158 r3263 140 140 141 141 if (!g_ascii_strncasecmp (inptr, "NIL", 3)) { 142 inptr = imap_next_word (inptr); 142 inptr += 3; 143 /* inptr = imap_next_word (inptr); */ 143 144 node->delim = '\0'; 144 145 } else if (*inptr++ == '"') {
