diff options
author | Not Zed <NotZed@Ximian.com> | 2001-02-13 08:30:45 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-13 08:30:45 +0800 |
commit | 7fc592861825abf6bf91a324d636ef433f8100b8 (patch) | |
tree | 993cdda1899cdf2a8939a0436ad69e48fcd08d06 /camel/ChangeLog | |
parent | f856d19202dc273ecbae3b9116d2d23fe4915d28 (diff) | |
download | gsoc2013-evolution-7fc592861825abf6bf91a324d636ef433f8100b8.tar.gz gsoc2013-evolution-7fc592861825abf6bf91a324d636ef433f8100b8.tar.zst gsoc2013-evolution-7fc592861825abf6bf91a324d636ef433f8100b8.zip |
Add address headers to list that we dont fold when writing. The are
2001-02-12 Not Zed <NotZed@Ximian.com>
* camel-mime-part.c (init_header_name_table): Add address headers
to list that we dont fold when writing. The are properly
formatted as we build them.
(write_to_stream): DOH, lookup the header name in the formatted
hash table, not the value, that would never have worked.
* camel-internet-address.c
(camel_internet_address_encode_address): Changed to take a
parameter saying how much we've printed so far. We now fold the
header as we format it. We dont fold addresses, even if they are
too long, we simply put them on another line by themselves: this
should make the result more parsable by mailers that can't handle
split up addresses (which are legal).
(internet_encode): Fix for changes to above.
svn path=/trunk/; revision=8198
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index bcdd652f38..5a0d7bfdaf 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,20 @@ +2001-02-12 Not Zed <NotZed@Ximian.com> + + * camel-mime-part.c (init_header_name_table): Add address headers + to list that we dont fold when writing. The are properly + formatted as we build them. + (write_to_stream): DOH, lookup the header name in the formatted + hash table, not the value, that would never have worked. + + * camel-internet-address.c + (camel_internet_address_encode_address): Changed to take a + parameter saying how much we've printed so far. We now fold the + header as we format it. We dont fold addresses, even if they are + too long, we simply put them on another line by themselves: this + should make the result more parsable by mailers that can't handle + split up addresses (which are legal). + (internet_encode): Fix for changes to above. + 2001-02-12 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-local-provider.c: mbox, mh, and maildir |