aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagCONTROL_CENTER_1_3_1nobody2000-08-221-1262/+0
* Now takes a char * parameter rather than a streamJeffrey Stedfast2000-08-131-5/+111
* No longer calls try_connect() to get authtypesJeffrey Stedfast2000-08-131-2/+4
* Changed param order a bit and fixed some logicJeffrey Stedfast2000-08-121-6/+13
* New convenience function for multi-transactional commands (openingJeffrey Stedfast2000-08-121-0/+177
* Merge with camel-async.Peter Williams2000-08-111-42/+42
* If we fail to get a dir_sep, then supply the default of "/". (get_folder):Jeffrey Stedfast2000-08-051-28/+31
* Coredump fix when IMAP get_folder with NULL dir_sepPeter Williams2000-08-051-1/+1
* New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-08-011-31/+38
* fixed a few logic errorsJeffrey Stedfast2000-07-291-2/+2
* Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended):Jeffrey Stedfast2000-07-291-11/+7
* Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-291-5/+13
* Added camel-imap-utils.[c,h]Jeffrey Stedfast2000-07-281-49/+21
* 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-21/+28
* Initialize the summary and subfolder listing. (imap_summary_free): NowJeffrey Stedfast2000-07-251-3/+37
* Made it a little more forgiving. Also set current_folder to NULL as thereJeffrey Stedfast2000-07-241-31/+67
* Clear CamelExceptions when appropriate (eg when folder is marked asJeffrey Stedfast2000-07-231-39/+47
* Updated to not strip out subfolders that are marked as \NoSelect becauseJeffrey Stedfast2000-07-221-6/+48
* Rewrote the code to check for "* %d RECENT". Still needs to be modified,Jeffrey Stedfast2000-07-221-7/+11
* General cleanup working towards getting Actions->Expunge workingJeffrey Stedfast2000-07-201-2/+16
* Added in imap_[g,s]et_message_user_flag() methodsJeffrey Stedfast2000-07-191-3/+5
* Send a "LOGOUT" command.Jeffrey Stedfast2000-07-181-0/+9
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-171-23/+42
* New convenience function to unquote a string if it's encapsulated by "'sJeffrey Stedfast2000-07-151-10/+83
* If a SELECT fails, set imap_store->current_folder to NULL so a SELECT isJeffrey Stedfast2000-07-141-48/+12
* Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, andJeffrey Stedfast2000-07-141-8/+7
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-141-0/+3
* define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_*Dan Winship2000-07-141-1/+3
* Chris forgot to add #include <e-util/e-util.h> to the source filesJeffrey Stedfast2000-07-131-4/+5
* Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST inJeffrey Stedfast2000-07-131-6/+6
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-4/+4
* Solaris fixes: make sure not to pass NULL to printf's %sMatthew Loper2000-07-131-2/+4
* Updated to emit the message_changed signal. (imap_delete_message): UpdatedJeffrey Stedfast2000-07-121-5/+29
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-091-8/+9
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+14
* Changed to keep prompting user for a valid password until it eitherJeffrey Stedfast2000-06-291-47/+76
* Move the CAPABILITY command here so we don't have to keep checking eachJeffrey Stedfast2000-06-281-5/+30
* providers/imap/camel-imap-[store,folder].c: Improved folder parsingJeffrey Stedfast2000-06-241-2/+2
* Oops. Now appends the namespace to the folder before querying for theJeffrey Stedfast2000-06-231-5/+35
* UpdatedJeffrey Stedfast2000-06-231-13/+30
* Modified to use the "namespace" (url->path) if it exists.Jeffrey Stedfast2000-06-221-9/+22
* Now returns the last line of data that the server sends back as well. ThisJeffrey Stedfast2000-06-211-6/+29
* basically got IMAP into the tree viewJeffrey Stedfast2000-06-201-0/+1
* Read the full server reply when we SELECT mailboxes.Peter Williams2000-06-201-3/+5
* camel/providers/imap/camel-imap-folder.c: CAPABILITY now works like it shouldJeffrey Stedfast2000-06-181-19/+19
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-161-22/+0
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-141-2/+5
* IMAP will now allow you to login, and on some IMAP providers it will actually...Jeffrey Stedfast2000-06-141-84/+76
* Updated to reflect changes made in camel-imap-store.cJeffrey Stedfast2000-06-101-24/+42
* Added rules to build camel-imap-streamJeffrey Stedfast2000-06-081-16/+62
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-071-5/+5
* Implemented a few more imap functions in providers/imap/camel-imap-folder.cJeffrey Stedfast2000-05-311-9/+27
* Ripped out camel_imap_command_get_additional_data() from camel-imap-store and...Jeffrey Stedfast2000-05-281-25/+75
* Updated several imap source filesJeffrey Stedfast2000-05-261-4/+3
* Took out code that had been there to reconnect to the server if it was notJeffrey Stedfast2000-05-261-0/+482