aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-92/+0
* new abstract class for disconnectable remote storesDan Winship2001-05-041-5/+3
* Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-031-11/+9
* Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-271-1/+5
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-211-0/+2
* Add an "authtypes" hash table to CamelImapStore recording the supportedDan Winship2001-03-021-4/+3
* New header to prevent recursive #include problemsDan Winship2001-01-111-2/+3
* Mostly IMAP changes. Use the NAMESPACE extension (whereDan Winship2001-01-101-1/+2
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-1/+2
* change a bunch of IS_CAMEL_* macros to CAMEL_IS_*Dan Winship2000-12-141-1/+1
* New file with code for IMAP authentication mechanisms. (Currently justDan Winship2000-10-311-1/+9
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-301-3/+1
* add subscribed_folders.Chris Toshok2000-10-251-0/+2
* Only send the LOGOUT command if the store is connected. (imap_connect):Jeffrey Stedfast2000-10-171-0/+2
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-131-1/+1
* New file containing camel_imap_command and friends. MajorDan Winship2000-10-041-44/+0
* Return untagged data in a GPtrArray rather than a string, since it savesDan Winship2000-09-281-1/+4
* INBOX is case-insensitive. (get_root_folder_name): Make the root folder ""Dan Winship2000-09-221-1/+1
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-061-3/+0
* Don't wrap printed strings in quotes, makes things messyJeffrey Stedfast2000-08-311-0/+3
* Prevent exceptions from being overwrittenJeffrey Stedfast2000-08-301-5/+21
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-8/+8
* Now takes a char * parameter rather than a streamJeffrey Stedfast2000-08-131-1/+2
* Changed param order a bit and fixed some logicJeffrey Stedfast2000-08-121-1/+1
* New convenience function for multi-transactional commands (openingJeffrey Stedfast2000-08-121-1/+11
* Merge with camel-async.Peter Williams2000-08-111-6/+6
* Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-291-6/+11
* Initialize the summary and subfolder listing. (imap_summary_free): NowJeffrey Stedfast2000-07-251-0/+2
* Made it a little more forgiving. Also set current_folder to NULL as thereJeffrey Stedfast2000-07-241-1/+1
* New convenience function to unquote a string if it's encapsulated by "'sJeffrey Stedfast2000-07-151-2/+2
* Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, andJeffrey Stedfast2000-07-141-1/+1
* Move the CAPABILITY command here so we don't have to keep checking eachJeffrey Stedfast2000-06-281-0/+1
* UpdatedJeffrey Stedfast2000-06-231-0/+1
* IMAP will now allow you to login, and on some IMAP providers it will actually...Jeffrey Stedfast2000-06-141-2/+1
* Updated to reflect changes made in camel-imap-store.cJeffrey Stedfast2000-06-101-3/+3
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-071-1/+1
* Ripped out camel_imap_command_get_additional_data() from camel-imap-store and...Jeffrey Stedfast2000-05-281-2/+1
* Took out code that had been there to reconnect to the server if it was notJeffrey Stedfast2000-05-261-1/+16
* Added more files to the imap provider to use as an outline - will likely need...Jeffrey Stedfast2000-05-251-0/+70