| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some exception misusage. | Peter Williams | 2001-07-18 | 1 | -9/+9 |
* | Let people install as non-root, but give them a bigass warning so they're | Peter Williams | 2001-07-14 | 1 | -0/+14 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | Add support for using OpenSSL. | Jeffrey Stedfast | 2001-05-08 | 1 | -4/+16 |
* | Plug leaks. | Dan Winship | 2001-04-14 | 1 | -3/+0 |
* | Not quite finished but checking in for some local frobbing. | Not Zed | 2001-03-30 | 1 | -0/+1 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -0/+2 |
* | Add an "extra_conf" field to CamelProvider with structures and defines and | Dan Winship | 2001-03-27 | 1 | -2/+21 |
* | add a "GList *authtypes", so you can get the list of authtypes used by a | Dan Winship | 2001-03-22 | 1 | -20/+9 |
* | Protect against a possibly NULL exception. | Jeffrey Stedfast | 2001-03-19 | 1 | -1/+4 |
* | Pass the service into the SSL stream, not the session. | Jeffrey Stedfast | 2001-03-15 | 1 | -1/+1 |
* | Numerous fixes to get it to build correctly with NSS enabled. | Jeffrey Stedfast | 2001-03-15 | 1 | -1/+1 |
* | Oops. Make this a subclass of CamelTcpStream, not CamelStream. | Jeffrey Stedfast | 2001-03-14 | 1 | -116/+25 |
* | (remote_recv_line): Fix another problem... | Dan Winship | 2001-03-08 | 1 | -1/+2 |
* | Return the return value of camel_service_connect rather than returning | Dan Winship | 2001-03-07 | 1 | -4/+2 |
* | If we get back 0 bytes from camel_stream_buffer_gets, that means the | Dan Winship | 2001-03-01 | 1 | -0/+5 |
* | Rewrite a bunch. Replace the existing folder cache stuff with much simpler | Dan Winship | 2001-02-10 | 1 | -13/+0 |
* | Changed to push the operation into a status stack. | Not Zed | 2001-02-08 | 1 | -5/+4 |
* | Oops. Change this too. | Jeffrey Stedfast | 2001-02-06 | 1 | -2/+2 |
* | Remvoe the stream locking here. I think this was leading to a deadlock | Not Zed | 2001-01-30 | 1 | -4/+0 |
* | fcntl(fd, F_GETFL) returns the flags as the return value, not via a passed | Dan Winship | 2001-01-17 | 1 | -4/+5 |
* | Chganged len back to be unsigned. And do a simple range check on the | Not Zed | 2001-01-16 | 1 | -2/+4 |
* | A cancellable connection routine. (remote_send_string): Return cancelled | Not Zed | 2001-01-15 | 1 | -17/+117 |
* | Mostly IMAP changes. Use the NAMESPACE extension (where | Dan Winship | 2001-01-10 | 1 | -23/+27 |
* | Kill off a long-hated Camel kludge: "empty" URLs and | Dan Winship | 2001-01-10 | 1 | -11/+3 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -20/+62 |
* | Update the doc comment: since it always NUL-terminates the buffer, it | Dan Winship | 2000-12-22 | 1 | -3/+3 |
* | Don't set exception to g_strerror (errno) when nread == 0, because it | Dan Winship | 2000-11-29 | 1 | -1/+2 |
* | Fixed to return the correct bytecount in all cases which is the real fix | Jeffrey Stedfast | 2000-11-21 | 1 | -18/+16 |
* | Use the byte-read count to decrement the number of bytes left to read | Jeffrey Stedfast | 2000-11-17 | 1 | -3/+28 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 1 | -3/+0 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 1 | -27/+6 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -7/+7 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 1 | -7/+2 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -1/+1 |
* | Set camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG is set in the | Dan Winship | 2000-09-16 | 1 | -8/+16 |
* | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 1 | -18/+35 |
* | Don't wrap printed strings in quotes, makes things messy | Jeffrey Stedfast | 2000-08-31 | 1 | -1/+1 |
* | Make CamelServices connect only when told to (old behavior). Make CamelRemote... | Peter Williams | 2000-08-31 | 1 | -32/+19 |
* | Prevent exceptions from being overwritten | Jeffrey Stedfast | 2000-08-30 | 1 | -70/+82 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 1 | -0/+496 |