aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder.c
Commit message (Expand)AuthorAgeFilesLines
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-1/+1
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-191-227/+151
* Remove unused async open/close and copy_message_to functions. RenameDan Winship2000-05-181-681/+466
* Make camel not leak like a sieve.Dan Winship2000-05-081-3/+3
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-0/+1
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-24/+13
* Deleted messages properly get removed from the index.Michael Zucci2000-05-021-0/+17
* > (camel_folder_expunge): Changed to only allow expunge on an openMichael Zucci2000-05-021-1/+1
* Removed search_id.Michael Zucci2000-05-021-23/+30
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-021-13/+11
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-67/+83
* kill camel-logDan Winship2000-04-191-76/+29
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-071-30/+11
* fix warningsDan Winship2000-03-291-1/+1
* add delete_message_by_{number,uid}.Dan Winship2000-03-281-0/+65
* Added async search api.NotZed2000-03-241-5/+23
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* No, its not a fatal error to search on a non-searchable folder, you justNotZed2000-02-291-1/+8
* remove some camel_store_get_separators that I missed beforeDan Winship2000-02-251-6/+5
* Move "separator" from camel-store to camel-folder, since it can vary fromDan Winship2000-02-251-16/+23
* use CamelExceptions for run-time errors, not incorrect code. Don't botherDan Winship2000-02-251-731/+138
* fix to show a sample correct implementation.bertrand2000-02-221-5/+135
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-0/+2
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-181-3/+18
* New file, implements the search api for mbox folders.NotZed2000-02-141-0/+34
* implemented. A lot of fixes too. Works now.bertrand2000-01-231-1/+0
* test the mbox provider.bertrand2000-01-221-6/+37
* add exception handling everywhere in the store related functionsbertrand2000-01-221-10/+10
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* part of the mbox provider.bertrand1999-12-221-22/+31
* documented.bertrand1999-12-181-0/+11
* updated to take the change on append into account.bertrand1999-12-181-8/+19
* use exception mechanism. (camel_folder_delete): idem. (_delete_messages):bertrand1999-12-181-33/+318
* use exception mechanism. (camel_folder_set_name): idem.bertrand1999-12-181-15/+177
* changed the return value. Now returns the list of expunged messagesbertrand1999-12-171-100/+65
* implemented. The routines in this file will be called by providers tobertrand1999-12-161-26/+72
* update (_get_message_by_number): Update to reflect changes in CamelFolderbertrand1999-12-151-13/+15
* clean-ups.bertrand1999-12-151-61/+164
* Fix copyright informations once againBertrand Guiheneuf1999-12-151-1/+1
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-061-2/+2
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* lap syncBertrand Guiheneuf1999-10-191-4/+17
* A lot of changes. The thread proxy mechanismbertrand1999-10-141-22/+46
* redesign of the proxy/marshaling code. Uses GtkArg now. sync commit.Bertrand Guiheneuf1999-09-281-6/+19
* Added corba-like exception system to CamelFolder. The exception system isBertrand Guiheneuf1999-09-241-120/+120
* more work.Bertrand Guiheneuf1999-09-221-0/+1
* camel_folder_get_full_name did not work. Fixed.Jukka Zitting/evolution1999-09-211-0/+1
* Summary files are here and work !!!bertrand1999-09-091-1/+2
* impemented.bertrand1999-09-081-12/+12
* Documented UIDs.bertrand1999-09-081-0/+57
* Basic UID framework.bertrand1999-09-061-0/+80
* New revision. Some fixes.bertrand1999-09-061-1/+5
* use folder summary instead of opening all messages.bertrand1999-09-061-1/+12
* started summary implementation. (_open): correct use of open.bertrand1999-09-051-0/+6
* sync again. Changelog comes tomorowBertrand Guiheneuf1999-09-031-0/+13
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-011-6/+6
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* new method.bertrand1999-08-161-0/+18
* moved the active list readjustment code here. Much saner, providers won'tbertrand1999-08-161-34/+87
* Implemented deletion/expunge mechanism.bertrand1999-08-151-8/+19
* default implementation to be called first by providers methods. It looksbertrand1999-08-141-4/+23
* New field (message_list) which will hold a reference on each messagebertrand1999-08-141-5/+27
* new method, returns the list of permanent flags supported by the folder.bertrand1999-08-131-1/+19
* Message creation still consumes a lot ofbertrand1999-08-111-1/+19
* some test filesBertrand Guiheneuf1999-08-101-0/+15
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-071-8/+34
* add debug information (_list_subfolders): test if first char in folderbertrand1999-08-061-36/+37
* test mh provider.bertrand1999-08-061-3/+10
* new method. (camel_folder_get_message): corresponding public callbertrand1999-08-061-0/+28
* Started implementing mh store/folder as a test provider. Next will be pop3.bertrand1999-08-041-27/+31
* new public functions (_set_name): set full_path.Bertrand Guiheneuf1999-08-031-22/+70
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-65/+74
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-4/+9
* remove leading and trailing spaces in recipient addresses.Bertrand Guiheneuf1999-05-301-1/+1
* syncBertrand Guiheneuf1999-05-281-1/+1
* static functions naming follows gnome coding style guide.bertrand1999-05-121-76/+76
* new method.bertrand1999-05-051-18/+52
* typo fixbertrand1999-05-031-4/+41
* new methodsbertrand1999-05-011-48/+151
* new methods.bertrand1999-05-011-52/+172
* syncBertrand Guiheneuf1999-05-011-20/+53
* more test implementation.bertrand1999-04-221-10/+33
* A first attempt at setting up the documentation system.Bertrand Guiheneuf1999-04-211-0/+1
* started implementation typo uncommented the store related code.bertrand1999-04-191-6/+7
* implemented (partially) have to write CamelStore before finishing it.bertrand1999-04-191-0/+86
* some work log system for camel some utilities for GString objectsbertrand1999-04-181-2/+82
* Initial revisionBertrand Guiheneuf1999-04-181-0/+140