aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-folder.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-90/+0
* new abstract class for disconnectable remote storesDan Winship2001-05-041-8/+8
* First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-161-1/+8
* New function to check for added/deleted messages when re-selecting aDan Winship2001-01-121-0/+4
* New header to prevent recursive #include problemsDan Winship2001-01-111-2/+3
* IMAP randomness.Dan Winship2001-01-031-1/+0
* clean up a stubborn and hard to remove imap_folder->summary.Michael Zucci2000-12-241-1/+0
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-0/+2
* New CamelFolderSearch subclass that just reimplements body_contains (usingDan Winship2000-12-221-0/+1
* change a bunch of IS_CAMEL_* macros to CAMEL_IS_*Dan Winship2000-12-141-1/+1
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-301-0/+1
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-131-7/+8
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-2/+0
* Return untagged data in a GPtrArray rather than a string, since it savesDan Winship2000-09-281-1/+1
* The root folder's name is "", not the namespace. (camel_imap_folder_new):Dan Winship2000-09-231-1/+1
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-201-2/+1
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-301-1/+2
* Merge with camel-async.Peter Williams2000-08-111-6/+5
* Now uses a hash table for looking up message info rather than a linearJeffrey Stedfast2000-07-281-0/+3
* Optimized to try and get the new message headers without reloading theJeffrey Stedfast2000-07-251-1/+1
* Updated to give special attention to the root folder.Jeffrey Stedfast2000-07-251-1/+2
* Initialize the summary and subfolder listing. (imap_summary_free): NowJeffrey Stedfast2000-07-251-1/+1
* UpdatedJeffrey Stedfast2000-06-231-3/+1
* Modified to use the "namespace" (url->path) if it exists.Jeffrey Stedfast2000-06-221-1/+3
* basically got IMAP into the tree viewJeffrey Stedfast2000-06-201-0/+2
* Set summary equal to NULL. (imap_get_summary): Store the summary in theJeffrey Stedfast2000-06-201-2/+2
* Now gets the message flags as it should. (imap_get_summary): Same asJeffrey Stedfast2000-06-191-2/+0
* Added code to expunge if called for (still need to finish coding this).Jeffrey Stedfast2000-06-171-4/+0
* Updated to reflect changes made in camel-imap-store.cJeffrey Stedfast2000-06-101-4/+2
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-071-0/+5
* Ripped out camel_imap_command_get_additional_data() from camel-imap-store and...Jeffrey Stedfast2000-05-281-0/+3
* Updated several imap source filesJeffrey Stedfast2000-05-261-14/+5
* Added more files to the imap provider to use as an outline - will likely need...Jeffrey Stedfast2000-05-251-0/+81