aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented. (digest_getv): Implemented.Jeffrey Stedfast2002-05-091-5/+76
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-071-0/+2
* Reset the keepalive timeout to 10 minutes rather than the 30 seconds I wasNot Zed2002-04-041-1/+1
* Temporarily disable indexing.Not Zed2002-04-021-1/+1
* Rename the OpenSSL implementation of things to match the NSSDan Winship2002-03-111-13/+3
* Removed. (stream_write): Keep looping (non-blocking case) if errno isJeffrey Stedfast2001-10-301-8/+3
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Change "gboolean connected" to "CamelServiceConnectionStatus status",Dan Winship2001-09-271-4/+1
* Disconnect from the service here otherwise the locks will be destroyed andJeffrey Stedfast2001-09-081-4/+16
* Use camel_stream_buffer_read_line() instead of duplicationing theJeffrey Stedfast2001-09-071-28/+9
* Too late to sync the folders here... if this is gonna happen at all itJeffrey Stedfast2001-09-051-4/+0
* Don't reveal the user's IMAP password if their server supportsPeter Williams2001-08-291-1/+3
* regfree the pattern before continue'ing. This was showing up quite a bitJeffrey Stedfast2001-08-101-9/+9
* Clean up some exception misusage.Peter Williams2001-07-181-9/+9
* Let people install as non-root, but give them a bigass warning so they'rePeter Williams2001-07-141-0/+14
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* 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