diff options
author | EDT 2000 Jeffrey Stedfast <fejj@helixcode.com> | 2000-05-24 05:54:35 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-24 05:54:35 +0800 |
commit | 541743031461539cddc82586f0be5c573ed4e956 (patch) | |
tree | d2979f3748c8b43892c731fcd989a9ac4078eb00 /camel/ChangeLog | |
parent | 910e86eba685c2eddbd9ebd48b25391490d5f24b (diff) | |
download | gsoc2013-evolution-541743031461539cddc82586f0be5c573ed4e956.tar gsoc2013-evolution-541743031461539cddc82586f0be5c573ed4e956.tar.gz gsoc2013-evolution-541743031461539cddc82586f0be5c573ed4e956.tar.bz2 gsoc2013-evolution-541743031461539cddc82586f0be5c573ed4e956.tar.lz gsoc2013-evolution-541743031461539cddc82586f0be5c573ed4e956.tar.xz gsoc2013-evolution-541743031461539cddc82586f0be5c573ed4e956.tar.zst gsoc2013-evolution-541743031461539cddc82586f0be5c573ed4e956.zip |
Added debug fprintfs, tested with a few messages (smtp_data): Fixed to use
Tue May 23 17:49:21 EDT 2000 Jeffrey Stedfast <fejj@helixcode.com>
* providers/smtp/camel-smtp-transport.c: Added debug fprintfs, tested with a few messages
(smtp_data): Fixed to use data_wrapper_write_to_stream()
* camel-mime-filter-smtp.c (filter): Modified to escape all lines
beginning with a '.' and to place \r before each \n if one did
not previously exist. Removed code to escape "From " as it was found to not be needed
* providers/imap/.cvsignore: added file
svn path=/trunk/; revision=3186
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index dfcebd00d1..a3e99f3d23 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -3,9 +3,22 @@ * providers/imap: Added some initial code to the camel tree for IMAPv4 + * providers/imap/.cvsignore: Added to repository + + * providers/smtp/camel-smtp-transport.c: Added debug fprintf's + so that testers can provide more information. Tested with simple + messages and a reply to the hello@helixcode.com default message + but should really be tested more. + (smtp_data): Fixed to use data_wrapper_write_to_stream. + + * camel-mime-filter-smtp.c (filter): Modified to escape all lines + beginning with a '.' and to place a \r before each \n if one did + not previously exist. Removed code to escape "From " as it was + found to not be needed for SMTP. + 2000-05-22 Jeffrey Stedfast <fejj@helixcode.com> - * providers/smtp/camel-smtp-transport.c: smtp_data: Fixed the + * providers/smtp/camel-smtp-transport.c (smtp_data): Fixed the filtered stream. Fixes for stream changes, updated to use camel-mime-filter-smtp. |