aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.c
Commit message (Expand)AuthorAgeFilesLines
* lots of i18n fixesDan Winship2000-10-241-12/+7
* when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure toChris Toshok2000-10-171-8/+11
* Make this take a path to a directory that Camel can use for its ownDan Winship2000-09-081-0/+63
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-311-6/+16
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-31/+48
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-37/+89
* Merge with camel-async.Peter Williams2000-08-111-45/+29
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-1/+32
* Remove camel_service_connect_with_url. (URLs must be specified when theDan Winship2000-06-161-197/+98
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-311-2/+8
* Fix up some glib precondition stuff. Try to set the URL inDan Winship2000-05-301-15/+13
* Make camel not leak like a sieve.Dan Winship2000-05-081-3/+3
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-041-8/+10
* kill camel-logDan Winship2000-04-191-4/+0
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-58/+18
* Add a htons in the default_number case, and document the fact that theDan Winship2000-03-311-3/+3
* convenience functions to canonicalize the host and port values of aDan Winship2000-03-291-0/+88
* new routine to free the data allocated by camel_service_query_auth_types.Dan Winship2000-03-281-2/+25
* New function to query a service for the authentication protocols itDan Winship2000-03-231-0/+32
* add a field refering to a service associated to the efolder. In the casebertrand2000-03-121-1/+1
* 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-23/+140
* Make camel-service use a Gurl internally. Remove the login/passwordDan Winship2000-02-181-108/+59
* 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
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-011-1/+1
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* Message creation still consumes a lot ofbertrand1999-08-111-0/+17
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-071-34/+34
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-18/+18
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-1/+1
* static functions naming follows gnome coding style guide.bertrand1999-05-121-24/+24
* new method.bertrand1999-05-051-4/+92
* typo fixbertrand1999-05-031-2/+2
* new methodsbertrand1999-05-011-20/+35
* more test implementation.bertrand1999-04-221-3/+3
* A first attempt at setting up the documentation system.Bertrand Guiheneuf1999-04-211-2/+1
* now CamelStore inherits from CamelService.bertrand1999-04-211-1/+1
* basic abstract service class.bertrand1999-04-211-1/+103
* simple service class addedBertrand Guiheneuf1999-04-211-0/+73