Enable GUI option for 'custom command' connection. Don't g_free strings in
[platform/upstream/evolution-data-server.git] / camel / camel-service.c
2003-10-23 Jeffrey StedfastRemoved unneeded CAMEL_OBJECT() casts.
2003-08-11 Not Zedforce connect manually so basics work.
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-06-25 Jeffrey StedfastAdded prototype for camel_folder_summary_remove_range().
2003-06-20 Not Zedif we got cancelled, the message is floating, so free...
2003-05-15 Not Zed** See bug #42540
2003-03-25 Jeffrey StedfastDon't use setv when we don't need the stdarg interface.
2002-12-17 Jeffrey StedfastReplace calls to g_string_sprintfa() with g_string_appe...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-09-22 Dan Winshipfix non-ANSI switch statement.
2002-05-15 Jeffrey StedfastOnly reconnect if we are already connected, if we are...
2002-05-09 Not ZedInstead of testing for SERVICE_CONNECTED, we need to...
2002-05-08 Jeffrey StedfastImplemented. (digest_getv): Implemented.
2002-05-02 Jeffrey StedfastChange the order of some code so that we check if the...
2002-04-17 Jeffrey StedfastGet rid of an unused variable.
2001-12-13 Jeffrey StedfastKeep a name-to-type hash so that we can make sure that...
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-10 0oops, we want get_unread_message_count, not get_message...
2001-10-05 Jeffrey StedfastTurn off warnings. (get_name): Same.
2001-10-04 Jeffrey StedfastUnregister the operation before unreffing it.
2001-09-27 7Dont re-register the connect_op if we got it by calling
2001-09-27 Dan WinshipChange "gboolean connected" to "CamelServiceConnectionS...
2001-09-04 Jeffrey StedfastDo a clean disconnect.
2001-08-19 Jeffrey Stedfastfixed a compile error
2001-07-23 Not ZedAdded some operation progress reporting. Actual data...
2001-06-26 Dan WinshipD'oh. s/FALSE/CAMEL_URL_HIDE_PASSWORD/
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-04-26 Dan WinshipUse e_gethostbyname_r. (camel_service_gethost): Remove...
2001-04-11 JP RosevearCheck if gethostbyname_r take five params
2001-03-30 Not ZedDont overwrite an exception if we got one already....
2001-03-30 Not ZedNot quite finished but checking in for some local frobbing.
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-29 Dan Winshipchange "gboolean show_passwd" to "guint32 flags".
2001-03-28 Jeffrey StedfastAdd the port (if user defined) to the path to fix bug...
2001-03-21 Dan Winshipadd a "GList *authtypes", so you can get the list of...
2001-02-09 Dan WinshipRewrite a bunch. Replace the existing folder cache...
2001-02-05 Jeffrey StedfastUpdated.
2001-01-09 Dan Winship Kill off a long-hated Camel kludge: "empty" URLs and
2000-12-24 Not ZedLock the command channel while searching. (imap_body_co...
2000-12-01 Dan WinshipDon't g_return_if_fail if the service is already discon...
2000-11-07 Ettore PerazzoliFix the default implementation for CamelService::get_na...
2000-11-03 Dan Winshipfix bug in previous
2000-11-03 Dan WinshipAdd an "url_flags" field to CamelProvider. Move the...
2000-10-31 Dan WinshipAdd a new argument, clean, that says whether or not...
2000-10-24 Dan Winshiplots of i18n fixes
2000-10-16 Chris Toshokwhen using the construct (flags & CAMEL_SERVICE_URL_NEE...
2000-09-07 Dan WinshipMake this take a path to a directory that Camel can...
2000-08-30 Peter WilliamsMake CamelServices connect only when told to (old behav...
2000-08-29 Peter WilliamsCamelRemoteStore: a new generic store for stores that...
2000-08-22 Peter WilliamsAutomatically connect services when given a valid URL...
2000-08-10 Peter WilliamsMerge with camel-async.
2000-07-01 Dan WinshipNew method, to return an end-user-friendly name corresp...
2000-06-15 Dan WinshipRemove camel_service_connect_with_url. (URLs must be...
2000-05-30 Not ZedInit filter_from to NULL, for exception case. (mbox_get...
2000-05-29 Dan WinshipFix up some glib precondition stuff. Try to set the...
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-05-04 Dan WinshipNew function to replace camel_provider_scan. Returns...
2000-04-18 Dan Winshipkill camel-log
2000-04-06 Dan Winshipthe URL RFC says the port must be numeric, so we don...
2000-03-30 Dan WinshipAdd a htons in the default_number case, and document...
2000-03-28 Dan Winshipconvenience functions to canonicalize the host and...
2000-03-27 Dan Winshipnew routine to free the data allocated by camel_service...
2000-03-22 Dan WinshipNew function to query a service for the authentication...
2000-03-12 bertrandadd a field refering to a service associated to the...
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-02-21 Dan Winshipadd CamelExceptions to several functions. Use camel_ses...
2000-02-17 Dan WinshipMake camel-service use a Gurl internally. Remove the...
2000-01-03 Bertrand GuiheneufUpdated my e-mail address to reflect my new employment
1999-12-14 Bertrand GuiheneufFix copyright informations once again
1999-10-23 Bertrand GuiheneufCopyright change
1999-09-01 bertrandWhen using g_free (obj) don't test if obj != NULL g_fre...
1999-08-29 Bertrand GuiheneufAddress update
1999-08-11 bertrandMessage creation still consumes a lot of
1999-08-06 bertrandupdated some autogen doc stuff. Still don't understand...
1999-08-01 Bertrand Guiheneufmerge a lot of work. Rough ChangeLog will follow
1999-07-15 Miguel de IcazaImplemented base64 encoder based on CamelStreams. Shoul...
1999-05-11 bertrandstatic functions naming follows gnome coding style...
1999-05-04 bertrandnew method.
1999-05-03 bertrandtypo fix
1999-05-01 bertrandnew methods
1999-04-21 bertrandmore test implementation.
1999-04-21 Bertrand GuiheneufA first attempt at setting up the documentation system.
1999-04-20 bertrandnow CamelStore inherits from CamelService.
1999-04-20 bertrandbasic abstract service class.
1999-04-20 Bertrand Guiheneufsimple service class added