aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap4/camel-imap4-store.c
Commit message (Expand)AuthorAgeFilesLines
* Kill dead filesJP Rosevear2005-01-111-1448/+0
* have our own so we don't need to link with glib.Not Zed2004-12-031-0/+1
* In the fallback cases, clear the exception first.Jeffrey Stedfast2004-11-161-3/+6
* Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream.Jeffrey Stedfast2004-11-161-1/+1
* ** Merge in notzed-messageinfo-branch, fix some minor conflicts.Not Zed2004-11-121-22/+6
* Free the passwd here if we need to retry to authenticate.Jeffrey Stedfast2004-11-121-1/+4
* Handle not getting the CRLF pair together. Also don't require that we haveJeffrey Stedfast2004-11-101-0/+4
* Don't bother getting the folder delim if the name is "" since we don'tJeffrey Stedfast2004-11-031-15/+15
* Removed camel_service_connect() call which is no longer needed.Jeffrey Stedfast2004-11-031-7/+6
* Do the same SSL->TLS and TLS->CLEAR fallbacks that the 2.0 (and older)Jeffrey Stedfast2004-11-021-1/+4
* Remove expunged messages from the cache.Jeffrey Stedfast2004-11-021-3/+0
* Cache the folder-info on the summary if successful. (imap4_delete_folder):Jeffrey Stedfast2004-11-021-3/+11
* New files implementing a folder-info cache for offline mode (and fasterJeffrey Stedfast2004-10-271-7/+54
* Don't allow users to create folders in offline mode. When in offline mode,Jeffrey Stedfast2004-10-211-6/+65
* Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same.Jeffrey Stedfast2004-10-211-55/+2
* Change the service string for the sasl mechanism to"imap" rather thanJeffrey Stedfast2004-10-191-1/+1
* kill cast as lvalue warning.Not Zed2004-10-131-7/+19
* Instead of doing a host-lookup ourselves, get it passed in to us as anJeffrey Stedfast2004-09-281-94/+65
* Pass a reconnect func.Jeffrey Stedfast2004-08-041-1/+2
* Changed to be the same prototype as engine_queue().Jeffrey Stedfast2004-07-281-24/+22
* 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