From f888058fc6e6db2309336426662023502a461d5a Mon Sep 17 00:00:00 2001 From: bertrand Date: Thu, 12 Aug 1999 10:24:01 +0000 Subject: new function: returns a store for an URL. 1999-08-12 bertrand * camel/camel-session.c (camel_session_get_store): new function: returns a store for an URL. (camel_session_get_store_for_protocol): new functionc: returns a store for a given store protocol (as IMAP/POP/MH ...) * camel/string-utils.c (g_strcase_equal): (g_strcase_hash): case insensitive hash table funcs. * camel/camel-session.c (camel_session_init): hash table keys are case insensitive. * camel/camel-provider.c (camel_provider_get_for_protocol): new function, returns the last registered provider for a protocol. svn path=/trunk/; revision=1106 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3fee0827ee..7aee44624e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ 1999-08-12 bertrand + * camel/camel-session.c (camel_session_get_store): + new function: returns a store for an URL. + (camel_session_get_store_for_protocol): + new functionc: returns a store for a given + store protocol (as IMAP/POP/MH ...) + * camel/string-utils.c (g_strcase_equal): + (g_strcase_hash): case insensitive hash table + funcs. + + * camel/camel-session.c (camel_session_init): hash table + keys are case insensitive. + + * camel/camel-provider.c (camel_provider_get_for_protocol): + new function, returns the last registered + provider for a protocol. + * camel/providers/MH/camel-mh-provider.c: new file. MH provider registration stuff. -- cgit v1.2.3