2007-03-26 Matthew Barnes * camel-smtp-transport.c (smtp_auth): Fix a couple memory leaks (#360807). Patch from Chris Heath. 2006-06-15 Andre Klapper * camel-smtp-transport.c: changing "cancelled" to "canceled" in user-visible strings. Fixes bug #342163. 2006-05-10 Jeffrey Stedfast * camel-smtp-transport.c (smtp_helo): Implement the correct fix. 2006-05-09 Jeffrey Stedfast * 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 * camel-smtp-transport.c (connect_to_server_wrapper): Don't do fallback for SSL/TLS. Fixes bug #321797. 2006-04-18 Jeffrey Stedfast * 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 * 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-smtp-provider.c (camel_provider_module_init): set translation_domain in CamelProvider struct. ** refer to main changelog for earlier entries