diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-20 03:11:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-20 03:11:15 +0800 |
commit | efc4149c783f869f856a022acc67612efcce430e (patch) | |
tree | 9257cfbdc8581f4d92c3846f5d1a883c8c92fef2 /camel/ChangeLog | |
parent | 64b4dc6796efd18570bb8d35332928ee46addc92 (diff) | |
download | gsoc2013-evolution-efc4149c783f869f856a022acc67612efcce430e.tar gsoc2013-evolution-efc4149c783f869f856a022acc67612efcce430e.tar.gz gsoc2013-evolution-efc4149c783f869f856a022acc67612efcce430e.tar.bz2 gsoc2013-evolution-efc4149c783f869f856a022acc67612efcce430e.tar.lz gsoc2013-evolution-efc4149c783f869f856a022acc67612efcce430e.tar.xz gsoc2013-evolution-efc4149c783f869f856a022acc67612efcce430e.tar.zst gsoc2013-evolution-efc4149c783f869f856a022acc67612efcce430e.zip |
When encoding the internet address, quote the name as the name may have
2000-09-19 Jeffrey Stedfast <fejj@helixcode.com>
* camel-internet-address.c (internet_encode): When encoding the
internet address, quote the name as the name may have commas or
any other token which may later confuse our address parser.
svn path=/trunk/; revision=5506
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 b114f309e2..5436a90bc7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-09-19 Jeffrey Stedfast <fejj@helixcode.com> + + * camel-internet-address.c (internet_encode): When encoding the + internet address, quote the name as the name may have commas or + any other token which may later confuse our address parser. + 2000-09-19 Dan Winship <danw@helixcode.com> * providers/imap/camel-imap-folder.c |