aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-061-1/+2
| | | | svn path=/trunk/; revision=5202
* Make CamelServices connect only when told to (old behavior). Make ↵Peter Williams2000-08-311-2/+0
| | | | | | CamelRemoteStore do its stuff in service::connect, not ::post_connect. svn path=/trunk/; revision=5116
* Removed old code that will never be needed againJeffrey Stedfast2000-08-301-0/+2
| | | | | | | | | | | | | | 2000-08-29 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-utils.c: Removed old code that will never be needed again * providers/imap/camel-imap-store.c: Removed old code for try_connect - will never need this code (slurp_response): Update to make sure we aren't falsely detecting EXPUNGE flags svn path=/trunk/; revision=5106
* CamelRemoteStore: a new generic store for stores that connect to servers. ↵Peter Williams2000-08-301-0/+79
Prepare for the ability to cancel operations (much better exception handling). Clean up IMAP like nobody's business svn path=/trunk/; revision=5103