aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-11-20 03:27:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-11-20 03:27:46 +0800
commit5d3580719ac1e50d707fa720597c1c62ff8e4287 (patch)
treec86a6fdd6864e6c1b81d7f7a93867b07347058a6 /camel/ChangeLog
parentd62e530123058d3b1f6466d771e3d67e0ef741cc (diff)
downloadgsoc2013-evolution-5d3580719ac1e50d707fa720597c1c62ff8e4287.tar
gsoc2013-evolution-5d3580719ac1e50d707fa720597c1c62ff8e4287.tar.gz
gsoc2013-evolution-5d3580719ac1e50d707fa720597c1c62ff8e4287.tar.bz2
gsoc2013-evolution-5d3580719ac1e50d707fa720597c1c62ff8e4287.tar.lz
gsoc2013-evolution-5d3580719ac1e50d707fa720597c1c62ff8e4287.tar.xz
gsoc2013-evolution-5d3580719ac1e50d707fa720597c1c62ff8e4287.tar.zst
gsoc2013-evolution-5d3580719ac1e50d707fa720597c1c62ff8e4287.zip
Updates for compliance with rfc2231
2001-11-19 Jeffrey Stedfast <fejj@ximian.com> Updates for compliance with rfc2231 * camel-mime-utils.c (header_encode_param): camel_mime_special_table[c] & IS_ESAFE should have been !(camel_mime_special_table[c] & IS_ESAFE). Also added a few comments for how to improve the code at some future date. (header_decode_param): Now takes an argument rfc2184_part so our caller can get this information as well. (header_decode_param_list): Pass an rfc2184_part argument to header_decode_param and also added a few comments on where to improve on rfc2184/rfc2231 compliance. (rfc2047_decode_word): Updated to respect the updated ABNF syntax of rfc2047 encoded words, yay. svn path=/trunk/; revision=14750
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 801b87ca30..631a303eb0 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,19 @@
+2001-11-19 Jeffrey Stedfast <fejj@ximian.com>
+
+ Updates for compliance with rfc2231
+
+ * camel-mime-utils.c (header_encode_param):
+ camel_mime_special_table[c] & IS_ESAFE should have been
+ !(camel_mime_special_table[c] & IS_ESAFE). Also added a few
+ comments for how to improve the code at some future date.
+ (header_decode_param): Now takes an argument rfc2184_part so our
+ caller can get this information as well.
+ (header_decode_param_list): Pass an rfc2184_part argument to
+ header_decode_param and also added a few comments on where to
+ improve on rfc2184/rfc2231 compliance.
+ (rfc2047_decode_word): Updated to respect the updated ABNF syntax
+ of rfc2047 encoded words, yay.
+
2001-11-16 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-utils.c (imap_parse_body): Abort if