aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-2606/+0
* New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-271-331/+64
* Applied jacob's patches for e-poolv stuff.Not Zed2001-04-261-49/+82
* merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-051-0/+4
* Unref the html filter when done. (summary_build_content_info): DisableNot Zed2001-03-271-5/+11
* Added folder_created event here.Not Zed2001-03-271-6/+5
* re-constify inbuf, to remove a warning.Not Zed2001-03-141-1/+17
* Doh, cut and paste problem, use mlist not cc.Michael Zucci2001-02-231-1/+1
* Take the ^Header: part out of the expression, since we look that upNot Zed2001-02-201-11/+25
* Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-231-16/+55
* Add some g_warnings() to help debug later if I ever get the segfaults IJeffrey Stedfast2001-01-181-3/+0
* Make sure that the message-info is non-null before we go accessing innerJeffrey Stedfast2001-01-181-1/+4
* Add an int i so this code will compile. Should I be worried about how wellJeffrey Stedfast2001-01-171-1/+2
* Index: ChangeLogMichael Zucci2001-01-171-0/+49
* Delayed loading of IMAP message parts.Dan Winship2001-01-171-17/+36
* Chganged len back to be unsigned. And do a simple range check on theNot Zed2001-01-161-2/+2
* Remove this. It was only a thin wrapper around struct _header_content_typeDan Winship2000-12-291-4/+4
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-46/+232
* Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototypeChristopher James Lahey2000-12-131-1/+3
* Fix the check for "flags aren't actually changing".Dan Winship2000-12-061-5/+16
* Added system_flag to CamelFolderSearchClassJeffrey Stedfast2000-12-021-0/+50
* New convenience function, doesn't do much but it sure makes code cleanerJeffrey Stedfast2000-12-011-0/+54
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-301-112/+141
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-211-33/+138
* Removed local again, not quite ready.Not Zed2000-11-151-45/+14
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-46/+651
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-131-0/+9
* Removed temp_message_buffer, and content_input_stream fields which seem toNot Zed2000-10-121-6/+6
* Decode the resulting string.Jeffrey Stedfast2000-10-071-6/+10
* Handle the case where ct != NULL, but type and subtype are, and also matchNot Zed2000-10-041-12/+35
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-14/+0
* New function to fold headers.Not Zed2000-09-281-4/+9
* update CamelFolderInfo New function to free the contents of aDan Winship2000-09-181-0/+14
* More UTF-8 handlingLauris Kaplinski2000-08-251-4/+4
* Fixed some warnings.Christopher James Lahey2000-08-111-1/+1
* Merge with camel-async.Peter Williams2000-08-111-62/+44
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-1/+101
* Oops, an unsigned integer can never be < 0Jeffrey Stedfast2000-07-111-1/+1
* Cleaned up a bunch of compile warningsJeffrey Stedfast2000-07-111-12/+19
* New function to copy a header_references structure.Dan Winship2000-07-101-9/+62
* Parse for more header information to allow message threading in IMAP.Jeffrey Stedfast2000-07-071-8/+8
* remove some non-error case debugging messages.Dan Winship2000-07-061-13/+1
* Fix the "clashing UIDs are not updated on disk" problem by syncingEttore Perazzoli2000-07-061-7/+2
* Add "Cc" to summary and bump summary version number.Dan Winship2000-07-061-1/+6
* Centralize creation of new UIDs for the summary.Ettore Perazzoli2000-07-041-2/+8
* Get rid of unused function `camel_folder_summary_set_uid()'.Ettore Perazzoli2000-07-041-7/+0
* Parse In-Reply-To with header_references_decode, not header_msgid_decode.Dan Winship2000-07-031-7/+3
* Set date_received based on the first (most recent) "Received" header.Dan Winship2000-06-221-1/+8
* mark the message info with CAMEL_MESSAGE_FOLDER_FLAGGED if we change theDan Winship2000-06-211-0/+1
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-171-2/+69
* KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, outputDan Winship2000-06-171-4/+4
* If we get a funny result, just throw it out. Basically a fix for the oneNot Zed2000-06-031-2/+33
* Guess!NotZed2000-05-191-1/+3
* Quick fix to get it to compile. I hope I don't get into trouble.Darin Adler2000-05-181-1/+2
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-181-2/+26
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-121-1/+10
* Big bunch o memleaks fixed.NotZed2000-05-121-0/+2
* Free summary items and charset filters.12000-05-121-4/+10
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-25/+263
* Make camel not leak like a sieve.Dan Winship2000-05-081-5/+14
* And same here ... (camel_folder_summary_encode_fixed_int32): Ugh, fwriteNotZed2000-05-061-7/+16
* And same here ...NotZed2000-05-051-9/+10
* Plug a memory leak. (header_decode_text): Fixed memory leaks with52000-05-051-2/+6
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-051-1/+65
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-0/+1041
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-177/+0
* kill camel-logDan Winship2000-04-191-1/+0
* change the CamelFolderSummary interfaces to allow partial summary queriesDan Winship2000-03-251-71/+87
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* renamed mbox_folder->summary to mbox_folder->internal_summary to avoidbertrand2000-01-261-1/+16
* tests for summary and parsing process of mbox files.bertrand2000-01-191-2/+2
* summary file read/write routines.bertrand2000-01-191-8/+8
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* Fix copyright informations once againBertrand Guiheneuf1999-12-151-1/+1
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* started summary implementation. (_open): correct use of open.bertrand1999-09-051-2/+10
* added summary files buildbertrand1999-09-041-0/+136