aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-624/+0
* Use e_gethostbyname_r. (camel_service_gethost): Remove unused var.Dan Winship2001-04-271-9/+3
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-1/+7
* Dont overwrite an exception if we got one already. Added camel_operationNot Zed2001-03-301-10/+19
* Not quite finished but checking in for some local frobbing.Not Zed2001-03-301-14/+132
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-3/+6
* change "gboolean show_passwd" to "guint32 flags".Dan Winship2001-03-301-3/+3
* Add the port (if user defined) to the path to fix bug #1996.Jeffrey Stedfast2001-03-281-0/+6
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-51/+17
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-101-47/+36
* Updated.Jeffrey Stedfast2001-02-061-16/+19
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-101-11/+5
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-14/+52
* Don't g_return_if_fail if the service is already disconnected. JustDan Winship2000-12-021-1/+3
* Fix the default implementation for CamelService::get_name() so that itEttore Perazzoli2000-11-081-1/+1
* fix bug in previousDan Winship2000-11-041-3/+1
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-041-26/+17
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-11-011-29/+10
* 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