aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap4/camel-imap4-store.c
Commit message (Expand)AuthorAgeFilesLines
* Don't instantiate an engine here. Instead, take an engine as an argumentJeffrey Stedfast2004-07-271-56/+25
* First LIST/LSUB the toplevel folder, and then LIST/LSUB the subfolders (itJeffrey Stedfast2004-06-241-6/+57
* Same.Jeffrey Stedfast2004-06-241-2/+3
* Hide password, etc info in the fi->uri's. (imap4_create_folder): Don'tJeffrey Stedfast2004-06-241-20/+73
* Hide password, etc info in the fi->uri's.Jeffrey Stedfast2004-06-241-1/+1
* Make sure we have elements in the array, if not then we're done (return aJeffrey Stedfast2004-06-181-0/+6
* Flush summary updates for the currently selected folder. (imap4_noop):Jeffrey Stedfast2004-06-131-2/+11
* Flush summary updates for the currently selected folder.Jeffrey Stedfast2004-06-121-0/+3
* If flags does not include FOLDER_INFO_FAST, get the total/unread countsJeffrey Stedfast2004-06-111-4/+74
* Implemented, mostly. Still need to update state on the renamed folderJeffrey Stedfast2004-06-071-1/+63
* Initialise the folder->summary and force an update of the message infoJeffrey Stedfast2004-06-051-4/+6
* Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER, notJeffrey Stedfast2004-06-051-1/+1
* Always just return 0, don't try to PR_Sync() - fsync on a socket causes anJeffrey Stedfast2004-06-051-3/+5
* added a 'domain' argument, and rearragned arguments to be prettier andNot Zed2004-05-211-1/+1
* type-o fix for bug #58404Jeffrey Stedfast2004-05-131-1/+1
* New class for zipping/unzipping gzip streams.Jeffrey Stedfast2004-05-111-0/+5
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-071-11/+54
* Defined.Jeffrey Stedfast2004-04-071-3/+2
* Partially implemented. (imap4_get_folder): Implemented.Jeffrey Stedfast2004-03-311-19/+294
* Implemented.Jeffrey Stedfast2004-03-301-0/+861