aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-574/+0
* Add support for using OpenSSL.Jeffrey Stedfast2001-05-081-4/+16
* Plug leaks.Dan Winship2001-04-141-3/+0
* Not quite finished but checking in for some local frobbing.Not Zed2001-03-301-0/+1
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+2
* Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-271-2/+21
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-20/+9
* Protect against a possibly NULL exception.Jeffrey Stedfast2001-03-191-1/+4
* Pass the service into the SSL stream, not the session.Jeffrey Stedfast2001-03-151-1/+1
* Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-151-1/+1
* Oops. Make this a subclass of CamelTcpStream, not CamelStream.Jeffrey Stedfast2001-03-141-116/+25
* (remote_recv_line): Fix another problem...Dan Winship2001-03-081-1/+2
* Return the return value of camel_service_connect rather than returningDan Winship2001-03-071-4/+2
* If we get back 0 bytes from camel_stream_buffer_gets, that means theDan Winship2001-03-011-0/+5
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-101-13/+0
* Changed to push the operation into a status stack.Not Zed2001-02-081-5/+4
* Oops. Change this too.Jeffrey Stedfast2001-02-061-2/+2
* Remvoe the stream locking here. I think this was leading to a deadlockNot Zed2001-01-301-4/+0
* fcntl(fd, F_GETFL) returns the flags as the return value, not via a passedDan Winship2001-01-171-4/+5
* Chganged len back to be unsigned. And do a simple range check on theNot Zed2001-01-161-2/+4
* A cancellable connection routine. (remote_send_string): Return cancelledNot Zed2001-01-151-17/+117
* 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