diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-06 09:16:03 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-06 09:16:03 +0800 |
commit | 2fd6f5acb552cbdc7a65536260b973512bb845b6 (patch) | |
tree | 47bde8852422f6495b72ac94bd359aa21b7b4c46 /mail/ChangeLog | |
parent | 08b789cec1c3a110da0e1ec0e829015334715ca0 (diff) | |
download | gsoc2013-evolution-2fd6f5acb552cbdc7a65536260b973512bb845b6.tar gsoc2013-evolution-2fd6f5acb552cbdc7a65536260b973512bb845b6.tar.gz gsoc2013-evolution-2fd6f5acb552cbdc7a65536260b973512bb845b6.tar.bz2 gsoc2013-evolution-2fd6f5acb552cbdc7a65536260b973512bb845b6.tar.lz gsoc2013-evolution-2fd6f5acb552cbdc7a65536260b973512bb845b6.tar.xz gsoc2013-evolution-2fd6f5acb552cbdc7a65536260b973512bb845b6.tar.zst gsoc2013-evolution-2fd6f5acb552cbdc7a65536260b973512bb845b6.zip |
We are now going to use a file descriptor and a CamelMimeParser rather
2001-02-05 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mbox-importer.c: We are now going to use a file
descriptor and a CamelMimeParser rather than a FILE pointer.
(load_file_fn): Open the file descriptor and initialize the
CamelMimeParser.
(importer_destroy_cb): Unref the mime parser.
(support_format_fn): Use an fd and use a case-insensitive
comparison as well as elimate a buffer overrun.
(process_item_fn): Process 1 CamelMimeMessage per invocation so as
to not lock up Iain's GUI and to work similar to the way Iain
originally coded it.
svn path=/trunk/; revision=8006
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 78ce6f2e93..3c6cc52d55 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2001-02-05 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-mbox-importer.c: We are now going to use a file + descriptor and a CamelMimeParser rather than a FILE pointer. + (load_file_fn): Open the file descriptor and initialize the + CamelMimeParser. + (importer_destroy_cb): Unref the mime parser. + (support_format_fn): Use an fd and use a case-insensitive + comparison as well as elimate a buffer overrun. + (process_item_fn): Process 1 CamelMimeMessage per invocation so as + to not lock up Iain's GUI and to work similar to the way Iain + originally coded it. + 2001-02-05 Christopher James Lahey <clahey@ximian.com> * evolution-mbox-importer.c, evolution-mbox-importer.h: Moved |