aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-130/+0
* Remove the "quick_login" member, which is unnecessary.Dan Winship2001-04-031-6/+0
* Updated the authtypes here too.Jeffrey Stedfast2001-04-021-2/+5
* Updated the authtype values.Jeffrey Stedfast2001-04-021-2/+8
* Not quite finished but checking in for some local frobbing.Not Zed2001-03-301-0/+3
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-1/+1
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-6/+0
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-101-3/+7
* Updated.Jeffrey Stedfast2001-02-061-0/+2
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-101-4/+2
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-0/+1
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-041-23/+0
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-11-011-2/+4
* Make this take a path to a directory that Camel can use for its ownDan Winship2000-09-081-0/+2
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-2/+8
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-9/+5
* Merge with camel-async.Peter Williams2000-08-111-6/+6
* define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_*Dan Winship2000-07-141-5/+19
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+5
* Remove camel_service_connect_with_url. (URLs must be specified when theDan Winship2000-06-161-6/+0
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-311-1/+0
* Make camel not leak like a sieve.Dan Winship2000-05-081-7/+4
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-041-2/+4
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-9/+5
* convenience functions to canonicalize the host and port values of aDan Winship2000-03-291-0/+10
* new routine to free the data allocated by camel_service_query_auth_types.Dan Winship2000-03-281-0/+4
* New function to query a service for the authentication protocols itDan Winship2000-03-231-0/+11
* cosmetic changes.bertrand2000-03-111-15/+24
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* add CamelExceptions to several functions. Use camel_session_new toDan Winship2000-02-221-2/+15
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-3/+3
* Make camel-service use a Gurl internally. Remove the login/passwordDan Winship2000-02-181-11/+14
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* Fix copyright informations once againBertrand Guiheneuf1999-12-151-1/+1
* More work:Ettore Perazzoli1999-11-171-1/+1
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-7/+7
* new method.bertrand1999-05-051-8/+11
* basic provider structure. Have to write the code for dynamic loading.bertrand1999-04-251-0/+1
* A first attempt at setting up the documentation system.Bertrand Guiheneuf1999-04-211-0/+1
* now CamelStore inherits from CamelService.bertrand1999-04-211-0/+7
* basic abstract service class.bertrand1999-04-211-2/+11
* simple service class addedBertrand Guiheneuf1999-04-211-0/+61