aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-20 05:49:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-20 05:49:15 +0800
commite6272ebbedd3b084d96378e1d3f6719372e21c4f (patch)
tree90bc3545114aed8a3f3de07ced6ac25607d2faea /camel/ChangeLog
parent5106f3a07b78bf4a6db313bf0d4b15bba82dd2f0 (diff)
downloadgsoc2013-evolution-e6272ebbedd3b084d96378e1d3f6719372e21c4f.tar
gsoc2013-evolution-e6272ebbedd3b084d96378e1d3f6719372e21c4f.tar.gz
gsoc2013-evolution-e6272ebbedd3b084d96378e1d3f6719372e21c4f.tar.bz2
gsoc2013-evolution-e6272ebbedd3b084d96378e1d3f6719372e21c4f.tar.lz
gsoc2013-evolution-e6272ebbedd3b084d96378e1d3f6719372e21c4f.tar.xz
gsoc2013-evolution-e6272ebbedd3b084d96378e1d3f6719372e21c4f.tar.zst
gsoc2013-evolution-e6272ebbedd3b084d96378e1d3f6719372e21c4f.zip
Use the linewrap filter to achieve full RFC0821 compliance.
2000-09-19 Jeffrey Stedfast <fejj@helixcode.com> * providers/smtp/camel-smtp-transport.c (smtp_data): Use the linewrap filter to achieve full RFC0821 compliance. * camel-mime-filter-linewrap.[c,h]: New mime-filter to word-wrap. svn path=/trunk/; revision=5510
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5436a90bc7..cf2d8afc81 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,12 @@
2000-09-19 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/smtp/camel-smtp-transport.c (smtp_data): Use the
+ linewrap filter to achieve full RFC0821 compliance.
+
+ * camel-mime-filter-linewrap.[c,h]: New mime-filter to word-wrap.
+
+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.