aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/vee/camel-vee-folder.c
Commit message (Expand)AuthorAgeFilesLines
* Removed all files.Not Zed2001-02-221-942/+0
* Removed, not used. (camel_vee_folder_new): Removed call to build_folder.Not Zed2001-02-221-47/+5
* Added flags argument. (message_changed): Add support for the auto-updateNot Zed2001-02-201-111/+402
* Emit the folder_created signal here.Jeffrey Stedfast2001-02-161-1/+14
* Set the CamelFolder::name to just the base part of the vfolder name (theDan Winship2001-01-231-2/+2
* Dont try and unref a messageinfo that wasn't there, and use the right freeNot Zed2001-01-061-6/+27
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-241/+172
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-301-22/+52
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-211-27/+201
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-2/+0
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-201-54/+51
* t Zed <NotZed@HelixCode.com>Michael Zucci2000-08-111-28/+17
* Merge with camel-async.Peter Williams2000-08-111-39/+22
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-3/+1
* Buffer overrun fix in g_strfreev -- two more that I forgotPeter Williams2000-08-011-0/+2
* Buffer overrun fix in g_strfreevPeter Williams2000-08-011-0/+1
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-251-34/+31
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-7/+2
* Initialize a variable to make this not crash again. And fix a bug so itDan Winship2000-07-111-2/+2
* kill more debugging messagesDan Winship2000-07-111-20/+0
* Implemented.Jeffrey Stedfast2000-07-101-0/+24
* New function to copy a header_references structure.Dan Winship2000-07-101-71/+44
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-011-12/+12
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-171-54/+110
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-161-35/+6
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-141-5/+7
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-071-8/+0
* Make sure we copy messages which are still intact to the new folder.Not Zed2000-05-301-0/+2
* > (message_changed): Track changes to the source message in theMichael Zucci2000-05-301-4/+63
* Check the searched folder is open before trying to search it.Not Zed2000-05-301-0/+12
* Removed camel-simple-data-wrapper again. Less code to maintain == betterNotZed2000-05-261-0/+70
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-6/+92
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-191-17/+18
* Guess!NotZed2000-05-191-0/+336