aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-folder.c
Commit message (Expand)AuthorAgeFilesLines
* Compare mbox_file_size and mbox_modtime to the results of stat()ing theDan Winship2000-04-021-4/+11
* Make this work when the inbox file doesn't yet exist.Dan Winship2000-03-291-24/+34
* uncomment the call to unlink the temp file: there's no way to tellDan Winship2000-03-281-1/+1
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-281-21/+42
* fix previous commit: this file wasn't usingDan Winship2000-03-281-0/+1
* Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant.Dan Winship2000-03-281-1/+0
* change the CamelFolderSummary interfaces to allow partial summary queriesDan Winship2000-03-251-159/+119
* Added async search api.NotZed2000-03-241-9/+3
* display message sizebertrand2000-03-211-4/+1
* Tons of fixes to fix thingsBertrand Guiheneuf2000-03-051-1/+1
* bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object):bertrand2000-03-041-1/+0
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-041-2/+4
* in the case of images, put the content object output stream in the url.bertrand2000-03-041-1/+1
* Fix a bunch of serious small bugs.NotZed2000-02-291-74/+24
* No, its not a fatal error to search on a non-searchable folder, you justNotZed2000-02-291-9/+7
* update for CamelFolder changesDan Winship2000-02-251-6/+11
* Move "separator" from camel-store to camel-folder, since it can vary fromDan Winship2000-02-251-7/+4
* fix to show a sample correct implementation.bertrand2000-02-221-3/+7
* add CamelExceptions to several functions. Use camel_session_new toDan Winship2000-02-221-2/+2
* clean up warningsDan Winship2000-02-211-12/+8
* Added exception to call, and fixed caller.NotZed2000-02-191-1/+1
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-0/+2
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-151-1/+1
* New file, implements the search api for mbox folders.NotZed2000-02-141-25/+13
* various typo fixes in the ctree construction.bertrand2000-02-101-2/+5
* renamed mbox_folder->summary to mbox_folder->internal_summary to avoidbertrand2000-01-261-28/+39
* converted all gint64 variables into guint32.bertrand2000-01-251-1/+1
* add recipient_list to the recipients, not recipients_list. I don't knowbertrand2000-01-241-2/+72
* use the real summary file path instead of a stupid hardcoded one. Fixesbertrand2000-01-231-12/+27
* implemented. A lot of fixes too. Works now.bertrand2000-01-231-21/+75
* test the mbox provider.bertrand2000-01-221-0/+1
* add exception handling everywhere in the store related functionsbertrand2000-01-221-2/+2
* added camel-mbox-provider.c to the mbox provider sources.bertrand2000-01-221-3/+117
* implemented.bertrand2000-01-201-99/+157
* summary file read/write routines.bertrand2000-01-191-1/+1
* test for the mbox utils. (copy_file_chunk): fixed a nasty bug.bertrand2000-01-171-1/+1
* A bunch of new funcs to handle x-evolution private header field.bertrand2000-01-171-1/+2
* Backup of the first clean and working mbox file parser. It both find thebertrand2000-01-121-1/+6
* sync before BostonBertrand Guiheneuf2000-01-051-6/+54
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* detects netscape ".sdb" folders as well as simple non-suffixed folders (asbertrand2000-01-041-2/+14
* sync. Does not compileBertrand Guiheneuf2000-01-031-4/+11
* Backup sync.Bertrand Guiheneuf1999-12-271-6/+241
* Work in progress. Missing filesBertrand Guiheneuf1999-12-221-0/+509