2007-08-28 Matthew Barnes * camel-pop3-folder.c: Silence debug messages. 2007-07-09 Gilles Dartiguelongue * camel-pop3-engine.c: (read_greeting), (cmd_capa): * camel-pop3-folder.c: (cmd_builduid), (cmd_list), (cmd_uidl): * camel-pop3-store.c: (connect_to_server), (try_sasl): Fix compilation warnings (#363384) 2007-07-09 Srinivasa Ragavan ** Fix for bug #352284 from Nathan Owens * camel-pop3-folder.c: (camel_pop3_delete_old): 2007-07-08 Jens Granseuer * camel-pop3-folder.c: (camel_pop3_delete_old): put declarations before code and don't use "%s" for int. Fixes #454570 2007-06-18 Srinivasa Ragavan ** Fix for bug #352284 from Varadhan * camel-pop3-folder.c: (pop3_sync), (camel_pop3_delete_old): Do not fetch the message from server - instead use the header information to calculate the expiry period. 2007-04-30 Sankar P * camel-pop3-store.c: (pop3_try_authenticate): Check if the APOP id generated is a valid one. Fixes #424373 2007-04-01 Matthew Barnes * camel-pop3-store.c (connect_to_server): Fix a compiler warning. Patch from Kjartan Maraas. 2007-03-26 Matthew Barnes * camel-pop3-folder.c: Don't mix declarations and code (#405495). Patch from Jens Granseuer. 2007-02-10 Kjartan Maraas * camel-pop3-folder.c: (pop3_sync), (camel_pop3_delete_old): Fix a nasty leak when using the "Delete after N days" option. Patch from Nathan Owens. Closes bug #363328. 2007-01-11 Nickolay V. Shmyrev * Makefile.am: Add explicit translation domain to make things translatable. Fixes bug #353060. 2006-07-09 Parthasarathi Susarla ** Fixes bug #201824 * camel-pop3-folder.[ch] * camel-pop3-store.[ch]: Deletes messages after N days. Committing to head on behalf of shreyas srinivasan 2006-06-15 Andre Klapper * camel-pop3-store.c: * camel-pop3-folder.c: changing "cancelled" to "canceled" in user-visible strings. Fixes bug #342163. 2006-06-15 Andre Klapper * addressbook/libebook/e-book.c: * camel/camel-folder.c: * camel/providers/nntp/camel-nntp-folder.c: * camel/providers/pop3/camel-pop3-folder.c: changing "uri" to "URI" in user-visible strings. Fixes bug #342161. 2006-06-09 Chris Heath * camel-pop3-engine.c (camel_pop3_engine_finalise): Fix memory leak. Fixes bug #335423. 2006-05-31 Jeffrey Stedfast * camel-pop3-store.c (connect_to_server): Fix a few of the TLS error strings to be more informative. Fixes the confusion in bug #342001. 2006-04-21 Jeffrey Stedfast * camel-pop3-store.c (connect_to_server_wrapper): Don't do fallback for SSL/TLS. Fixes bug #321797. 2005-09-16 Tor Lillqvist * camel-pop3-folder.c: Use g_ascii_strcasecmp() instead of strcasecmp(). The strings we are comparing are just ASCII anyway, so spell it out that we really do need ASCII casefolding only. 2005-08-22 Not Zed * camel-pop3-stream.c: fix some debug printfs to use the right sized length. 2005-08-12 Tor Lillqvist * Makefile.am: Use NO_UNDEFINED. Link with libcamel-provider, libcamel and CAMEL_LIBS. 2005-04-17 Changwoo Ryu ** See bug #300891 * Makefile.am (INCLUDES): define CAMEL_EXPLICIT_TRANSLATION_DOMAIN. * camel-pop3-provider.c (camel_provider_module_init): set translation_domain in CamelProvider struct. 2005-07-25 Parthasarathi Susarla * camel-pop3-store.c: (connect_to_server): some initialisation. ** Fixes Bug 301871 Refer to main changelog for earlier changes.