diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-03 05:13:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-03 05:13:08 +0800 |
commit | 46ffa49aa1a13d6cdd635d20daaefcec17a08d18 (patch) | |
tree | b19fcf3cf0c6619674e57ac2b81567857423b9e9 /camel/ChangeLog | |
parent | fbbaa67b5f0d0fa0564d4f63a30bbcb052629fc9 (diff) | |
download | gsoc2013-evolution-46ffa49aa1a13d6cdd635d20daaefcec17a08d18.tar gsoc2013-evolution-46ffa49aa1a13d6cdd635d20daaefcec17a08d18.tar.gz gsoc2013-evolution-46ffa49aa1a13d6cdd635d20daaefcec17a08d18.tar.bz2 gsoc2013-evolution-46ffa49aa1a13d6cdd635d20daaefcec17a08d18.tar.lz gsoc2013-evolution-46ffa49aa1a13d6cdd635d20daaefcec17a08d18.tar.xz gsoc2013-evolution-46ffa49aa1a13d6cdd635d20daaefcec17a08d18.tar.zst gsoc2013-evolution-46ffa49aa1a13d6cdd635d20daaefcec17a08d18.zip |
Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text):
2000-10-02 Jeffrey Stedfast <fejj@helixcode.com>
* providers/smtp/camel-smtp-transport.c (_send_to): Use the
CamelInternetAddress parser.
(smtp_get_email_addr_from_text): deprecated.
svn path=/trunk/; revision=5672
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f986a5e6d9..36fe81a875 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-10-02 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/smtp/camel-smtp-transport.c (_send_to): Use the + CamelInternetAddress parser. + (smtp_get_email_addr_from_text): deprecated. + 2000-10-02 Dan Winship <danw@helixcode.com> * camel-provider.h: Remove default_ports. |