2009-04-24  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #552583

	* camel-smtp-provider.c: (smtp_url_hash), (smtp_url_equal),
	(camel_provider_module_init), (add_hash), (check_equal):
	Compare URLs only on protocol, user, host and port.

2008-09-26  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #553301

	* camel-smtp-transport.c: (smtp_connect): Do not forget password
	when server not available at the moment or user cancelled.
	* camel-smtp-transport.c: (smtp_data): Compiler warning cleanup.

2008-06-20  Jeffrey Stedfast  <fejj@novell.com>

	* camel-smtp-transport.c (smtp_data): Setup progress reporting for
	message sending.

2008-06-18  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #532472

	* camel-smtp-transport.c (smtp_connect), (smtp_auth):
	Force a password reprompt if the SMTP server rejects our password
	with a 535 response.  Previously we just kept sending the same bad
	password until the server got fed up and disconnected.

2008-01-21  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #510303

	* camel-smtp-transport.c (smtp_connect):
	Escape the authentication error message so the markup parser
	will parse it verbatim.

2008-01-17  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #506250

	* camel-smtp-transport.c (smtp_connect):
	Use a consistently worded password prompt message by calling
	camel_session_build_password_prompt().

2008-01-07  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #504837

	* camel-smtp-transport.c: (connect_to_server):
	Do not ignore HELO failed message.

2007-12-23  Jeffrey Stedfast  <fejj@novell.com>

	* camel-smtp-transport.c (smtp_helo): Get rid of some unneccessary
	debug printfs.

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

	** Fix for bug #341579

	* camel-smtp-transport.c (convert_to_local): Helper function to
	convert error text to user's locale.

	* camel-smtp-transport.c (smtp_set_exception): Try to parse error
	message returned by server always, even without
	CAMEL_SMTP_TRANSPORT_ENHANCEDSTATUSCODES, and show this text to
	user, if have any.

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

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

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

	* camel-smtp-transport.c (smtp_auth):
	Fix a couple memory leaks (#360807).  Patch from Chris Heath.

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

	* camel-smtp-transport.c: 
	changing "cancelled" to "canceled" in user-visible strings.
	Fixes bug #342163.

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

	* camel-smtp-transport.c (smtp_helo): Implement the correct fix.

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

	* camel-smtp-transport.c (smtp_helo): Reverted. David Woodhouse
	can fix his own damn server since he configured it to be broken.

2006-04-21  Jeffrey Stedfast  <fejj@novell.com>

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

2006-04-18  Jeffrey Stedfast  <fejj@novell.com>

	* camel-smtp-transport.c (smtp_helo): If the hostname isn't valid
	(contains invalid chars, etc), then fallback to numeric host
	address. Fixes bug #336035. Based on a patch by David Woodhouse.

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-smtp-provider.c (camel_provider_module_init):
	set translation_domain in CamelProvider struct.

** refer to main changelog for earlier entries
