aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.c
Commit message (Expand)AuthorAgeFilesLines
* 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