Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-service.h
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2005-08-31 Harish KrishnaswamyModify License to LGPL
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-09-24 Not Zed** See bug #47821.
2002-05-08 Jeffrey StedfastImplemented. (digest_getv): Implemented.
2002-04-17 Jeffrey StedfastGet rid of an unused variable.
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-09-27 Dan WinshipChange "gboolean connected" to "CamelServiceConnectionS...
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-04-02 Dan WinshipRemove the "quick_login" member, which is unnecessary.
2001-04-01 Jeffrey StedfastUpdated the authtypes here too.
2001-04-01 Jeffrey StedfastUpdated the authtype values.
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-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-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-09-07 Dan WinshipMake this take a path to a directory that Camel can...
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-13 Dan Winshipdefine a set of CAMEL_SERVICE_URL_ALLOW_* flags paralle...
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-07 Dan Winship Make camel not leak like a sieve.
2000-05-04 Dan WinshipNew function to replace camel_provider_scan. Returns...
2000-04-06 Dan Winshipthe URL RFC says the port must be numeric, so we don...
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-11 bertrandcosmetic changes.
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-19 Dan WinshipNew header with the typedefs for all camel classes...
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-11-17 Ettore PerazzoliMore work:
1999-10-23 Bertrand GuiheneufCopyright change
1999-08-29 Bertrand GuiheneufAddress update
1999-08-01 Bertrand Guiheneufmerge a lot of work. Rough ChangeLog will follow
1999-05-04 bertrandnew method.
1999-04-25 bertrandbasic provider structure. Have to write the code for...
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