aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-801/+0
* new abstract class for disconnectable remote storesDan Winship2001-05-041-21/+18
* Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-171-0/+25
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-2/+3
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-271-9/+2
* Added folder_created event here.Not Zed2001-03-271-2/+1
* Rename the folder to "Trash" and i18nify it.Jeffrey Stedfast2001-03-131-1/+1
* Changes so that the folder gets added to the vtrash reguardless of whetherJeffrey Stedfast2001-03-091-9/+14
* These fixes make it so that the CamelStore does not actually hold a ref onJeffrey Stedfast2001-03-091-27/+38
* fixed a compile warning in camel-store.Jeffrey Stedfast2001-02-251-1/+0
* init the vTrash folder here instead of in store_init.Jeffrey Stedfast2001-02-251-18/+28
* init get_trash and init_trash. (camel_store_init): call the virtualJeffrey Stedfast2001-02-241-7/+83
* Emit the folder_created signal here.Jeffrey Stedfast2001-02-161-1/+10
* New method to create a folder when you don't know its full name.Dan Winship2001-02-151-1/+41
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-101-231/+89
* More tweaking... skip separator characters after the namespace character.Dan Winship2001-01-191-2/+7
* New class function, parallel to camel_folder_sync. (The defaultDan Winship2001-01-111-1/+34
* Mostly IMAP changes. Use the NAMESPACE extension (whereDan Winship2001-01-101-28/+44
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-14/+87
* Updated the gtk-doc comment.Jeffrey Stedfast2000-11-301-4/+2
* Add a missed unref.Not Zed2000-11-291-1/+2
* Set the info size's properly, oops!Not Zed2000-11-281-2/+2
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-301-0/+5
* Add a "parent" field to CamelFolderInfo.Dan Winship2000-10-251-0/+5
* lots of i18n fixesDan Winship2000-10-241-5/+3
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-181-15/+11
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-061-1/+89
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-0/+188
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-1/+0
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-3/+0
* Merge with camel-async.Peter Williams2000-08-111-45/+46
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-081-0/+40
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-071-26/+68
* Ref and unref objects in the service cache properly.Christopher James Lahey2000-06-031-3/+7
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-311-3/+11
* diff -r1.206 ChangeLogMichael Zucci2000-05-301-0/+7
* kill camel-logDan Winship2000-04-191-1/+0
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-071-49/+180
* fix warningsDan Winship2000-03-291-1/+0
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* Move "separator" from camel-store to camel-folder, since it can vary fromDan Winship2000-02-251-49/+0
* add CamelExceptions to several functions. Use camel_session_new toDan Winship2000-02-221-82/+0
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-0/+1
* fix minor typosDan Winship2000-02-161-1/+1
* add recipient_list to the recipients, not recipients_list. I don't knowbertrand2000-01-241-0/+12
* add exception handling everywhere in the store related functionsbertrand2000-01-221-18/+18
* 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
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* remove stupid debug code. (add_mail_store): use camel_session_get_storebertrand1999-08-131-3/+2
* compilation and runtime fixes.bertrand1999-08-121-4/+4
* Message creation still consumes a lot ofbertrand1999-08-111-0/+22
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-071-11/+11
* add debug information (_list_subfolders): test if first char in folderbertrand1999-08-061-12/+31
* new public functions (_set_name): set full_path.Bertrand Guiheneuf1999-08-031-1/+0
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-10/+11
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-1/+1
* typo fix.bertrand1999-05-121-4/+4
* static functions naming follows gnome coding style guide.bertrand1999-05-121-16/+16
* initialize folder object.bertrand1999-04-261-18/+35
* basic provider structure. Have to write the code for dynamic loading.bertrand1999-04-251-0/+28
* more test implementation.bertrand1999-04-221-3/+3
* A first attempt at setting up the documentation system.Bertrand Guiheneuf1999-04-211-8/+11
* now CamelStore inherits from CamelService.bertrand1999-04-211-4/+3
* basic abstract service class.bertrand1999-04-211-0/+2
* missing files.Bertrand Guiheneuf1999-04-191-0/+171