Changeset 3689
- Timestamp:
- 06/03/08 19:03:48
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/modest/diablo-pe1/ChangeLog
r3677 r3689 1 2008-06-03 Sergio Villar Senin <svillar@igalia.com> 2 3 * camel/providers/pop3/camel-pop3-store.c (connect_to_server): 4 fixed a crash when there is a connection problem related to TLS 5 6 2008-05-26 Philip Van Hoof <pvanhoof@gnome.org> 7 8 * Bugfix when fetching parts and messages 9 * Fixed various copyright note issues 10 11 2008-05-21 Philip Van Hoof <pvanhoof@gnome.org> 12 13 * Help piece of shit IMAP servers that don't do SEARCH correctly, like 14 AOL's IMAP server May 2008, by asking for the same thing using UID 15 FETCH. 16 17 2008-05-21 Philip Van Hoof <pvanhoof@gnome.org> 18 19 * Writing in chunks of 64 bytes 20 * Timeout per chunk is 15 seconds 21 1 22 2008-05-20 Philip Van Hoof <pvanhoof@gnome.org> 2 23 releases/modest/diablo-pe1/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.c
r3475 r3689 582 582 } 583 583 584 camel_object_unref (CAMEL_OBJECT (store->engine)); 584 /* camel_pop3_engine_iterate could issue a disconnect that 585 could set engine to NULL */ 586 if (store->engine) 587 camel_object_unref (CAMEL_OBJECT (store->engine)); 585 588 camel_object_unref (CAMEL_OBJECT (tcp_stream)); 586 589 g_static_rec_mutex_lock (store->eng_lock);
