aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-1150/+0
* Implemented. (digest_getv): Implemented.Jeffrey Stedfast2002-05-091-2/+21
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-071-8/+8
* Make the folder_lock recursive. See bug #22363 for details. Basically,Jeffrey Stedfast2002-04-101-4/+4
* #include appropriate headers for mkdirJeffrey Stedfast2002-04-021-0/+2
* Added a g_return_val_if_fail for folder_name != NULL.Jeffrey Stedfast2001-11-131-1/+3
* Dont try to move ibex if we have none.02001-10-301-1/+1
* Don't emit a folder_subscribed signal if we are in the process of renamingJeffrey Stedfast2001-10-301-0/+11
* Fix the 'is this a matching subfolder or subfolder'' logic to match92001-10-291-2/+11
* Use the right variable, not info.82001-10-281-1/+1
* Use path not protocol as the path part of the uri of the folder_created82001-10-281-11/+13
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Finished implementation.72001-10-271-18/+82
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Updated comments to make the code a bit more clear.Jeffrey Stedfast2001-10-221-7/+9
* Dont do the macro stuff - basically so you can actually debug calls.12001-10-221-1/+11
* Lock the right lock for unmatched subfolder list stuff. If the sub folder92001-10-191-0/+34
* New function to clone a folderinfo tree.72001-10-181-1/+35
* Use a folder_subscribed event rather than a folder_created one.52001-10-061-6/+5
* Turn off warnings. (get_name): Same.Jeffrey Stedfast2001-10-061-26/+36
* Change the order of execution slightly. We delete the folder first, then42001-10-061-13/+20
* Call camel_folder_delete() on the folder if it's "alive".Jeffrey Stedfast2001-10-041-15/+18
* CRLF decode the stream before parsing it into a MIME part. This fixes bugJeffrey Stedfast2001-09-281-2/+13
* Set the exception if create_folder isn't implemented.12001-09-221-0/+3
* Setup unread count properly, and also setup the url properly.Michael Zucci2001-09-211-1/+1
* Build the path on the folderinfo.02001-09-211-1/+1
* And finally here.Jeffrey Stedfast2001-09-211-1/+30
* General cleanup of camel debug printfs.92001-09-191-5/+1
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-191-1/+23
* New function, set the complete list of folders on a vfolder, all at once.42001-09-151-6/+21
* Progress reporting while moving messages.02001-09-111-0/+31
* After talking to NotZed, it turns out I was wrong after all. (store_sync):Jeffrey Stedfast2001-08-151-3/+19
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-141-0/+1
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-141-1/+0
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-141-5/+6
* In camel:Peter Williams2001-07-201-0/+14
* Clean up some exception misusage.Peter Williams2001-07-181-1/+5
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-181-1/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* 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