2007-12-11  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #336074

	* camel-pop3-store.c: (pop3_can_refresh_folder),
	(camel_pop3_store_class_init): Implements its own CamelStore's
	can_refresh_folder function - any folder can be refreshed here.

2007-12-04 David Turner <cillian64@googlemail.com>

	** Fix for bug #466499

	* camel-pop3-provider.c: Added mnemonics to configuration options

2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Merge a bunch of compiler warning fixes and cosmetic
	   cleanups from camel-lite.

2007-09-27  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #474000

	* camel-pop3-folder.c (cmd_builduid):
	Use GLib's Base64 API instead of Camel's.

2007-08-28  Matthew Barnes  <mbarnes@redhat.com>

	* camel-pop3-folder.c: Silence debug messages.

2007-07-09  Gilles Dartiguelongue  <gdartigu@svn.gnome.org>

	* 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  <sragavan@novell.com>

	** Fix for bug #352284 from Nathan Owens

	* camel-pop3-folder.c: (camel_pop3_delete_old):

2007-07-08  Jens Granseuer  <jensgr@gmx.net>

	* 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 <sragavan@novell.com>
	
	** 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  <psankar@novell.com>

	* camel-pop3-store.c: (pop3_try_authenticate):
	Check if the APOP id generated is a valid one.
	Fixes #424373

2007-04-01  Matthew Barnes  <mbarnes@redhat.com>

	* camel-pop3-store.c (connect_to_server):
	Fix a compiler warning.  Patch from Kjartan Maraas.

2007-03-26  Matthew Barnes  <mbarnes@redhat.com>

	* camel-pop3-folder.c:
	Don't mix declarations and code (#405495).
	Patch from Jens Granseuer.

2007-02-10  Kjartan Maraas  <kmaraas@gnome.org>

	* 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  <nshmyrev@yandex.ru>

	* Makefile.am:
	
	Add explicit translation domain to make things
	translatable. Fixes bug #353060.

2006-07-09  Parthasarathi Susarla <sparthasarathi@novell.com>
	
	** Fixes bug #201824
	* camel-pop3-folder.[ch]
	* camel-pop3-store.[ch]:
	Deletes messages after N days.

	Committing to head on behalf of shreyas srinivasan
	<sshreyas@gmail.com>
	
2006-06-15  Andre Klapper  <a9016009@gmx.de>

	* camel-pop3-store.c: 
	* camel-pop3-folder.c: 
	changing "cancelled" to "canceled" in user-visible strings.
	Fixes bug #342163.

2006-06-15  Andre Klapper <a9016009@gmx.de>

	* 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  <chris@heathens.co.nz>

	* camel-pop3-engine.c (camel_pop3_engine_finalise): Fix memory leak.
	Fixes bug #335423.

2006-05-31  Jeffrey Stedfast  <fejj@novell.com>

	* 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  <fejj@novell.com>

	* camel-pop3-store.c (connect_to_server_wrapper): Don't do
	fallback for SSL/TLS. Fixes bug #321797.

2005-09-16  Tor Lillqvist  <tml@novell.com>

	* 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  <NotZed@Ximian.com>

	* camel-pop3-stream.c: fix some debug printfs to use
	the right sized length.

2005-08-12  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Use NO_UNDEFINED. Link with libcamel-provider,
	libcamel and CAMEL_LIBS.

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

	** 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 <sparthasarathi@novell.com>

	* camel-pop3-store.c: (connect_to_server):
	some initialisation. ** Fixes Bug 301871

Refer to main changelog for earlier changes.

