diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-23 14:11:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-23 14:11:04 +0800 |
commit | 44178eaccd22435239bd9487711c8627fb65e612 (patch) | |
tree | 0135ebac05f39ef43639420ceab8bd5d51f3e9dd /camel/ChangeLog | |
parent | 35e4c5d6b5b2650e48a6bf7655bdd3719ccbfaa7 (diff) | |
download | gsoc2013-evolution-44178eaccd22435239bd9487711c8627fb65e612.tar gsoc2013-evolution-44178eaccd22435239bd9487711c8627fb65e612.tar.gz gsoc2013-evolution-44178eaccd22435239bd9487711c8627fb65e612.tar.bz2 gsoc2013-evolution-44178eaccd22435239bd9487711c8627fb65e612.tar.lz gsoc2013-evolution-44178eaccd22435239bd9487711c8627fb65e612.tar.xz gsoc2013-evolution-44178eaccd22435239bd9487711c8627fb65e612.tar.zst gsoc2013-evolution-44178eaccd22435239bd9487711c8627fb65e612.zip |
stuff
svn path=/trunk/; revision=3175
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 63b313c5e3..dfcebd00d1 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,34 +1,19 @@ -2000-05-22 Jeffrey Stedfast <fejj@helixcode.com> - - * camel-mime-filter-smtp.c: filter: Updated to check for - \r's. +2000-05-23 Jeffrey Stedfast <fejj@helixcode.com> - * providers/smtp/camel-smtp-transport.c: smtp_data: Fixed the - filtered stream + * providers/imap: Added some initial code to the camel tree + for IMAPv4 2000-05-22 Jeffrey Stedfast <fejj@helixcode.com> - * camel-mime-filter-from.c: Undid previous changes - - * camel-mime-filter-smtp.[c,h]: Fixed code to change \n into \r\n. - Should probably strip \r's or check for \r's before making changes - to the buffer. - - * providers/smtp/camel-smtp-transport.c: Fixes for stream changes, - updated to use camel smtp mime filter. + * providers/smtp/camel-smtp-transport.c: smtp_data: Fixed the + filtered stream. Fixes for stream changes, updated to use + camel-mime-filter-smtp. * Makefile.am: Added camel-mime-filter-smtp.c -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. + * camel-mime-filter-smtp.[c,h]: Added to camel tree + Smtp filter used to change \n into \r\n, escape lone dots, + and escape "From "'s. 2000-05-19 NotZed <NotZed@HelixCode.com> |