aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.c
Commit message (Expand)AuthorAgeFilesLines
* Mostly IMAP changes. Use the NAMESPACE extension (whereDan Winship2001-01-101-23/+27
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-101-11/+3
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-20/+62
* Update the doc comment: since it always NUL-terminates the buffer, itDan Winship2000-12-221-3/+3
* Don't set exception to g_strerror (errno) when nread == 0, because itDan Winship2000-11-291-1/+2
* Fixed to return the correct bytecount in all cases which is the real fixJeffrey Stedfast2000-11-211-18/+16
* Use the byte-read count to decrement the number of bytes left to readJeffrey Stedfast2000-11-171-3/+28
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-041-3/+0
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-11-011-27/+6
* lots of i18n fixesDan Winship2000-10-241-7/+7
* Remove default_ports.Dan Winship2000-10-031-7/+2
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Set camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG is set in theDan Winship2000-09-161-8/+16
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-061-18/+35
* Don't wrap printed strings in quotes, makes things messyJeffrey Stedfast2000-08-311-1/+1
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-311-32/+19
* Prevent exceptions from being overwrittenJeffrey Stedfast2000-08-301-70/+82
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-0/+496