diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-23 02:14:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-23 02:14:39 +0800 |
commit | d88be436d908708bb62a95ee06fbf8a104c36e1d (patch) | |
tree | 83b03c790f595d4ebc4265cf3fceec2d8ee97648 /camel/ChangeLog | |
parent | 36c4f96edf9defe046fb21d1afc8b5997f49c7d8 (diff) | |
download | gsoc2013-evolution-d88be436d908708bb62a95ee06fbf8a104c36e1d.tar gsoc2013-evolution-d88be436d908708bb62a95ee06fbf8a104c36e1d.tar.gz gsoc2013-evolution-d88be436d908708bb62a95ee06fbf8a104c36e1d.tar.bz2 gsoc2013-evolution-d88be436d908708bb62a95ee06fbf8a104c36e1d.tar.lz gsoc2013-evolution-d88be436d908708bb62a95ee06fbf8a104c36e1d.tar.xz gsoc2013-evolution-d88be436d908708bb62a95ee06fbf8a104c36e1d.tar.zst gsoc2013-evolution-d88be436d908708bb62a95ee06fbf8a104c36e1d.zip |
added camel-mime-filter-smtp.[c,h] and made mods to camel-mime-filter-from.c
svn path=/trunk/; revision=3163
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 504b95bf7a..b4c784ce3f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2000-05-22 Jeff Stedfast <fejj@helixcode.com> + + * camel-mime-filter-from.c: formatting changes and changed + comparisons to be case-insensitive - no guarentee that "From " + tag will be in that case, it could be "fRoM " for all we know + since the RFC doesn't specify that it MUST be in that particular + case format. + + * camel-mime-filter-smtp.[c,h]: added to tree but not makefiles. + Code needs to be tested. + 2000-05-19 NotZed <NotZed@HelixCode.com> * camel-simple-data-wrapper.c (construct_from_stream): If we |