aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-308/+0
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+1
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-271-16/+16
* Implemented. (ref_message_info): And default implementation.Not Zed2001-03-171-0/+2
* Remove the 'FIXME: remove because this isn't required...' comment forJeffrey Stedfast2001-02-231-1/+0
* Removed, not used. (camel_vee_folder_new): Removed call to build_folder.Not Zed2001-02-221-2/+0
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-12/+21
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-211-0/+1
* Removed local again, not quite ready.Not Zed2000-11-151-0/+1
* Merged in camel-incremental-branch.Not Zed2000-11-021-4/+29
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-13/+0
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-201-58/+24
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-0/+4
* Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-111-0/+16
* Merge with camel-async.Peter Williams2000-08-111-9/+11
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-4/+6
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-251-51/+27
* Remove camel_folder_get_message_uid, which was not used, and notDan Winship2000-07-241-7/+0
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-0/+6
* Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-121-2/+4
* Implemented.Jeffrey Stedfast2000-07-101-0/+6
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-081-7/+7
* New functions to freeze and thaw a folder (to prevent message/folderDan Winship2000-07-031-1/+11
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-011-12/+17
* New function, to copy a message from one folder to another. The defaultJeffrey Stedfast2000-07-011-0/+5
* New function, to move a message from one folder to another. The defaultDan Winship2000-07-011-2/+15
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-171-0/+40
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-161-35/+2
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-141-3/+6
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-071-22/+2
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-191-41/+30
* Remove unused async open/close and copy_message_to functions. RenameDan Winship2000-05-181-24/+1
* Remove camel_folder_get_summary, which no longer exists.Dan Winship2000-05-151-2/+0
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-46/+1
* Make camel not leak like a sieve.Dan Winship2000-05-081-6/+3
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-7/+6
* Deleted messages properly get removed from the index.Michael Zucci2000-05-021-0/+3
* > (func_header_contains): Debug out some search stuff.Michael Zucci2000-05-021-1/+0
* Removed search_id.Michael Zucci2000-05-021-8/+5
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-021-8/+8
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-12/+63
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-071-12/+5
* add delete_message_by_{number,uid}.Dan Winship2000-03-281-0/+14
* Added async search api.NotZed2000-03-241-5/+9
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* fix variable nameDan Winship2000-02-251-1/+1
* Move "separator" from camel-store to camel-folder, since it can vary fromDan Winship2000-02-251-3/+4
* use CamelExceptions for run-time errors, not incorrect code. Don't botherDan Winship2000-02-251-20/+11
* fix to show a sample correct implementation.bertrand2000-02-221-46/+72
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-7/+1
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-181-0/+2
* New file, implements the search api for mbox folders.NotZed2000-02-141-4/+10
* test the mbox provider.bertrand2000-01-221-0/+1
* add exception handling everywhere in the store related functionsbertrand2000-01-221-10/+3
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* updated to take the change on append into account.bertrand1999-12-181-6/+6
* changed the return value. Now returns the list of expunged messagesbertrand1999-12-171-4/+2
* implemented. The routines in this file will be called by providers tobertrand1999-12-161-2/+7
* update (_get_message_by_number): Update to reflect changes in CamelFolderbertrand1999-12-151-16/+46
* clean-ups.bertrand1999-12-151-46/+112
* Fix copyright informations once againBertrand Guiheneuf1999-12-151-1/+1
* More work:Ettore Perazzoli1999-11-171-1/+1
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* lap syncBertrand Guiheneuf1999-10-191-2/+12
* A lot of changes. The thread proxy mechanismbertrand1999-10-141-3/+14
* redesign of the proxy/marshaling code. Uses GtkArg now. sync commit.Bertrand Guiheneuf1999-09-281-3/+13
* Added corba-like exception system to CamelFolder. The exception system isBertrand Guiheneuf1999-09-241-56/+57
* impemented.bertrand1999-09-081-6/+4
* Basic UID framework.bertrand1999-09-061-1/+11
* New revision. Some fixes.bertrand1999-09-061-0/+5
* use folder summary instead of opening all messages.bertrand1999-09-061-0/+3
* started summary implementation. (_open): correct use of open.bertrand1999-09-051-0/+2
* sync again. Changelog comes tomorowBertrand Guiheneuf1999-09-031-0/+1
* syncBertrand Guiheneuf1999-09-031-1/+2
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* new method.bertrand1999-08-161-1/+2
* moved the active list readjustment code here. Much saner, providers won'tbertrand1999-08-161-2/+2
* New field (message_list) which will hold a reference on each messagebertrand1999-08-141-0/+2
* new method, returns the list of permanent flags supported by the folder.bertrand1999-08-131-2/+6
* some test filesBertrand Guiheneuf1999-08-101-2/+3
* syncBertrand Guiheneuf1999-08-101-0/+1
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-071-0/+2
* add debug information (_list_subfolders): test if first char in folderbertrand1999-08-061-8/+9
* test mh provider.bertrand1999-08-061-1/+1
* new method. (camel_folder_get_message): corresponding public callbertrand1999-08-061-0/+5
* implemented.bertrand1999-08-051-3/+4
* Started implementing mh store/folder as a test provider. Next will be pop3.bertrand1999-08-041-1/+0
* new public functions (_set_name): set full_path.Bertrand Guiheneuf1999-08-031-3/+5
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-8/+8
* new method.bertrand1999-05-051-1/+3
* typo fixbertrand1999-05-031-0/+2
* new methodsbertrand1999-05-011-1/+8
* new methods.bertrand1999-05-011-1/+4
* syncBertrand Guiheneuf1999-05-011-3/+8
* removed devel-docs until I come up with a correct Makefile.ambertrand1999-04-231-11/+3
* more test implementation.bertrand1999-04-221-9/+10
* now CamelStore inherits from CamelService.bertrand1999-04-211-0/+5
* started implementation typo uncommented the store related code.bertrand1999-04-191-4/+13
* implemented (partially) have to write CamelStore before finishing it.bertrand1999-04-191-6/+9
* some work log system for camel some utilities for GString objectsbertrand1999-04-181-0/+6
* Initial revisionBertrand Guiheneuf1999-04-181-0/+91