| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of an unused variable. | Jeffrey Stedfast | 2002-04-17 | 1 | -1/+2 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Change "gboolean connected" to "CamelServiceConnectionStatus status", | Dan Winship | 2001-09-27 | 1 | -1/+12 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Remove the "quick_login" member, which is unnecessary. | Dan Winship | 2001-04-03 | 1 | -6/+0 |
* | Updated the authtypes here too. | Jeffrey Stedfast | 2001-04-02 | 1 | -2/+5 |
* | Updated the authtype values. | Jeffrey Stedfast | 2001-04-02 | 1 | -2/+8 |
* | Not quite finished but checking in for some local frobbing. | Not Zed | 2001-03-30 | 1 | -0/+3 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -1/+1 |
* | add a "GList *authtypes", so you can get the list of authtypes used by a | Dan Winship | 2001-03-22 | 1 | -6/+0 |
* | Rewrite a bunch. Replace the existing folder cache stuff with much simpler | Dan Winship | 2001-02-10 | 1 | -3/+7 |
* | Updated. | Jeffrey Stedfast | 2001-02-06 | 1 | -0/+2 |
* | Kill off a long-hated Camel kludge: "empty" URLs and | Dan Winship | 2001-01-10 | 1 | -4/+2 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -0/+1 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 1 | -23/+0 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 1 | -2/+4 |
* | Make this take a path to a directory that Camel can use for its own | Dan Winship | 2000-09-08 | 1 | -0/+2 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 1 | -2/+8 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -9/+5 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -6/+6 |
* | define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_* | Dan Winship | 2000-07-14 | 1 | -5/+19 |
* | New method, to return an end-user-friendly name corresponding to a | Dan Winship | 2000-07-02 | 1 | -0/+5 |
* | Remove camel_service_connect_with_url. (URLs must be specified when the | Dan Winship | 2000-06-16 | 1 | -6/+0 |
* | Init filter_from to NULL, for exception case. (mbox_get_message_by_uid): | Not Zed | 2000-05-31 | 1 | -1/+0 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -7/+4 |
* | New function to replace camel_provider_scan. Returns a list of either (a) | Dan Winship | 2000-05-04 | 1 | -2/+4 |
* | the URL RFC says the port must be numeric, so we don't want to do | Dan Winship | 2000-04-06 | 1 | -9/+5 |
* | convenience functions to canonicalize the host and port values of a | Dan Winship | 2000-03-29 | 1 | -0/+10 |
* | new routine to free the data allocated by camel_service_query_auth_types. | Dan Winship | 2000-03-28 | 1 | -0/+4 |
* | New function to query a service for the authentication protocols it | Dan Winship | 2000-03-23 | 1 | -0/+11 |
* | cosmetic changes. | bertrand | 2000-03-11 | 1 | -15/+24 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | add CamelExceptions to several functions. Use camel_session_new to | Dan Winship | 2000-02-22 | 1 | -2/+15 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 1 | -3/+3 |
* | Make camel-service use a Gurl internally. Remove the login/password | Dan Winship | 2000-02-18 | 1 | -11/+14 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 1 | -1/+1 |
* | Fix copyright informations once again | Bertrand Guiheneuf | 1999-12-15 | 1 | -1/+1 |
* | More work: | Ettore Perazzoli | 1999-11-17 | 1 | -1/+1 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -7/+7 |
* | new method. | bertrand | 1999-05-05 | 1 | -8/+11 |
* | basic provider structure. Have to write the code for dynamic loading. | bertrand | 1999-04-25 | 1 | -0/+1 |
* | A first attempt at setting up the documentation system. | Bertrand Guiheneuf | 1999-04-21 | 1 | -0/+1 |
* | now CamelStore inherits from CamelService. | bertrand | 1999-04-21 | 1 | -0/+7 |
* | basic abstract service class. | bertrand | 1999-04-21 | 1 | -2/+11 |
* | simple service class added | Bertrand Guiheneuf | 1999-04-21 | 1 | -0/+61 |