diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-12 04:57:26 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-12 04:57:26 +0800 |
commit | ba099582f365aa886cf426c4b7c422244ccec2e4 (patch) | |
tree | 048f51bf50cc32bba92dad2ca6ef2fe0ede0af86 /camel/ChangeLog | |
parent | 96dab8cb1934bfd4d0240d1aa9c2ca0e45a9edbb (diff) | |
download | gsoc2013-evolution-ba099582f365aa886cf426c4b7c422244ccec2e4.tar.gz gsoc2013-evolution-ba099582f365aa886cf426c4b7c422244ccec2e4.tar.zst gsoc2013-evolution-ba099582f365aa886cf426c4b7c422244ccec2e4.zip |
Decode Content-Location, either correctly or Netscape-generated-brokenly.
* camel-mime-utils.c (header_location_decode): Decode
Content-Location, either correctly or Netscape-generated-brokenly.
* camel-mime-part.c (camel_mime_part_set_content_location,
camel_mime_part_get_content_location, etc): Deal with
Content-Location header.
svn path=/trunk/; revision=9772
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e79d88f11a..62674276b9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-05-11 Dan Winship <danw@ximian.com> + + * camel-mime-utils.c (header_location_decode): Decode + Content-Location, either correctly or Netscape-generated-brokenly. + + * camel-mime-part.c (camel_mime_part_set_content_location, + camel_mime_part_get_content_location, etc): Deal with + Content-Location header. + 2001-05-11 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_auth): Don't check |