aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-folder.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'BONOBO_0_26'.BONOBO_0_26nobody2000-08-221-625/+0
* Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-111-0/+31
* Fixed some warnings.Christopher James Lahey2000-08-111-2/+2
* Removed unecessary change and fixed indenting.Michael Zucci2000-08-111-231/+214
* Merge with camel-async.Peter Williams2000-08-111-225/+260
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-243/+238
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-251-78/+42
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-8/+3
* Use mbox_set_message_flags () instead of setting the flags by hand. ThisJeffrey Stedfast2000-07-131-2/+2
* fix %08x to %04xJeffrey Stedfast2000-07-121-1/+1
* Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-121-3/+3
* Implemented.Jeffrey Stedfast2000-07-101-0/+28
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-081-2/+2
* remove some non-error case debugging messages.Dan Winship2000-07-061-4/+0
* Fix the "clashing UIDs are not updated on disk" problem by syncingEttore Perazzoli2000-07-061-0/+1
* New functions to freeze and thaw a folder (to prevent message/folderDan Winship2000-07-031-13/+5
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-011-13/+9
* General cleanup (camel_mbox_summary_sync): Fixed a memory leak and addedJeffrey Stedfast2000-06-291-97/+100
* When determining a mailboxe's folder_file_path et aluse its basename to preve...Peter Williams2000-06-221-4/+6
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-171-38/+89
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-161-21/+5
* Fix to previous change: make sure the "seek" variable ends up with theDan Winship2000-06-161-3/+4
* if the mbox doesn't end with a '\n', write one before appending the newDan Winship2000-06-141-4/+12
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-141-5/+6
* Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whetherDan Winship2000-06-141-3/+4
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-071-301/+0
* Fun with purify.Dan Winship2000-06-021-0/+2
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-311-3/+3
* Make sure we copy messages which are still intact to the new folder.Not Zed2000-05-301-1/+3
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-18/+14
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-191-159/+27
* Guess!NotZed2000-05-191-1/+2
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-181-0/+7
* Implement.NotZed2000-05-171-4/+17
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-121-2/+4
* Free summary items and charset filters.12000-05-121-4/+7
* one more refcounting fix I missed before.Dan Winship2000-05-091-2/+1
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-18/+28
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-154/+144
* Make camel not leak like a sieve.Dan Winship2000-05-081-3/+1
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-051-1/+1
* REmove gmime-utils.h from here.NotZed2000-05-031-2/+23
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-1/+0
* Deleted messages properly get removed from the index.Michael Zucci2000-05-021-0/+3
* Removed search_id.Michael Zucci2000-05-021-2/+12
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-021-45/+88
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-4/+11
* ref (and sink) the message stream if we're going to unref it later.Dan Winship2000-04-251-0/+2
* No longer call data_wrapper_repository_init.NotZed2000-04-241-13/+3
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-1/+12
* Ref the folder after setting it in the new message.NotZed2000-04-221-0/+1
* Removed.NotZed2000-04-221-2/+0
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-347/+196
* kill camel-logDan Winship2000-04-191-61/+0
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-181-1/+1
* Fix switch statement.Christopher James Lahey2000-04-151-3/+3
* implement get_message_by_number for the mail fetch code.Dan Winship2000-04-101-2/+24
* 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