aboutsummaryrefslogtreecommitdiffstats
path: root/camel/string-utils.h
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-08-12 18:24:01 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-12 18:24:01 +0800
commitf888058fc6e6db2309336426662023502a461d5a (patch)
treed414fa4a003e9c3746980396061f4b54b4b49419 /camel/string-utils.h
parenta478ee7e9d44ea7947b2dc51fcf5d7f09735ee52 (diff)
downloadgsoc2013-evolution-f888058fc6e6db2309336426662023502a461d5a.tar.gz
gsoc2013-evolution-f888058fc6e6db2309336426662023502a461d5a.tar.zst
gsoc2013-evolution-f888058fc6e6db2309336426662023502a461d5a.zip
new function: returns a store for an URL.
1999-08-12 bertrand <Bertrand.Guiheneuf@aful.org> * 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
Diffstat (limited to 'camel/string-utils.h')
-rw-r--r--camel/string-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/string-utils.h b/camel/string-utils.h
index 9805861daf..e75e1af9b1 100644
--- a/camel/string-utils.h
+++ b/camel/string-utils.h
@@ -60,6 +60,9 @@ GList *string_split (const gchar *string, char sep,
void string_trim (gchar *string, const gchar *chars,
StringTrimOption options);
+gint g_strcase_equal (gconstpointer a, gconstpointer b);
+guint g_strcase_hash (gconstpointer v);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */
>- update to 8.14.4dinoex2009-12-311-2/+1 * - fix oder of patches when build WITHOUT_SHARED_MILTERdinoex2009-10-261-1/+1 * - Security patch libmiterdinoex2009-10-261-0/+1 * - disable checks on BUILDING_INDEXdinoex2009-07-271-3/+1 * - update to 8.14.3dinoex2008-05-041-2/+1 * - default enable a pool of milter threadsdinoex2008-03-231-0/+10 * - new option SENDMAIL_WITHOUT_LA to turn off Load Averagingdinoex2008-03-231-0/+6 * - udpate to 8.14.2dinoex2007-12-121-1/+1 * - fix DESTDIR for config stagedinoex2007-08-061-17/+17 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-19/+19 * - update to 8.14.1dinoex2007-04-041-1/+1 * - remove support for cyrus-sasl < 2dinoex2007-04-011-6/+1 * - update option SENDMAIL_WITHOUT_SHMEMdinoex2007-03-191-0/+2 * - detect early if sysvipc is not implementeddinoex2007-03-171-0/+5 * - update to 8.14.0dinoex2007-02-031-2/+2 * - cleanup IGNOREdinoex2006-12-261-74/+12 * - backout IGNOREdinoex2006-12-041-4/+0 * - fix typodinoex2006-12-041-1/+1 * - mark IGNORE on pointhat onlydinoex2006-12-041-0/+4 * - update to 8.13.8.dinoex2006-08-101-2/+1 * - fix spelling in help targetdinoex2006-06-161-5/+5 * - Apply Patch for shared memorydinoex2006-06-151-0/+1 * - Security update to 8.13.7dinoex2006-06-151-1/+17 * - update to USE_BDBdinoex2006-04-241-46/+19 * - new option SENDMAIL_WITHOUT_SEMdinoex2006-03-251-2/+8 * - Security update to 8.13.6dinoex2006-03-231-1/+1 * - remove some obsolte definesdinoex2006-01-071-5/+0 * - support SENDMAIL_WITH_BERKELEYDB_VER=43dinoex2005-11-051-0/+7 * - update to 8.13.5dinoex2005-09-171-1/+1 * - drop option LDAP_PORTdinoex2005-08-011-6/+0 * - update to 8.13.4dinoex2005-04-021-2/+1 * - use /tmp not /var/tmp for mail.localdinoex2005-02-181-0/+1 * - update to 8.13.3dinoex2005-01-131-1/+1 * - new option SENDMAIL_WITHOUT_NISdinoex2005-01-081-3/+9 * - option SENDMAIL_WITH_SHARED_MILTERdinoex2004-12-201-1/+1 * - cleanup option BATCHdinoex2004-12-171-8/+0 * - Fix BerkeleyDB build problemdinoex2004-12-171-2/+2 * - pass all MAKE_ENV to shared milterdinoex2004-12-171-2/+2 * - Fix env for new optiondinoex2004-12-171-0/+1 * - update to 8.13.2dinoex2004-12-171-8/+38 * - assume all ldap version workdinoex2004-12-161-1/+9 * - fix option namingdinoex2004-10-251-1/+1 * - add options for Berkeley DB supportdinoex2004-10-221-8/+101 * - default USE_OPENLDAP_VER 22dinoex2004-10-131-1/+1 * - accept USE_OPENLDAP_VERdinoex2004-08-141-3/+7 * - new option SENDMAIL_WITHOUT_SASLAUTHDdinoex2004-08-051-0/+2 * - update to 8.13.1dinoex2004-08-041-1/+1 * - fix SENDMAIL_WITH_SOCKETMAPdinoex2004-07-221-3/+0 * - add CONFLICTSdinoex2004-07-181-0/+1 * - update to 8.13.0dinoex2004-07-181-19/+1 * - add support for cyrus mailbox lookupdinoex2004-04-111-4/+23 * - fix missing quotes.dinoex2004-03-291-2/+2 * - fix slight dependecy bug for sasl2dinoex2004-03-271-2/+1 * - new option SENDMAIL_WITH_CONNECTION_RATEdinoex2004-03-271-0/+18 * Add socket map support to the sendmail port (from 8.13.0)dinoex2004-03-261-12/+57 * - fix fetch problems when SENDMAIL_WITH_TLS=yesdinoex2004-03-031-2/+2 * - Update to 8.12.11dinoex2004-01-191-1/+1 * - move PKGMESSAGE up, bsd.port.mk has been fixed.dinoex2003-11-171-1/+1 * - new default openldap21-clientdinoex2003-11-161-1/+1 * - bsd.port.mk enforces the existence of PKGMESSAGE,dinoex2003-11-031-1/+1 * - add CONFLICTSdinoex2003-10-121-0/+7 * - new option SENDMAIL_WITHOUT_SHMEM [1], ports/57781dinoex2003-10-101-8/+20 * - add check to protect against override of base sendmaildinoex2003-09-251-0/+13 * - Security update to 8.12.10dinoex2003-09-191-1/+1 * - use hook for bsd.openssl.mkdinoex2003-08-281-4/+19 * - make option LDAP_PORT overwriteabledinoex2003-08-151-1/+1 * - New option LDAP_PORTdinoex2003-08-151-2/+3 * - Fix broken PATH on sparc64 portcluster.dinoex2003-08-031-1/+1 * - Add dependency for saslauthddinoex2003-06-211-0/+1 * - Added new option SENDMAIL_WITH_SMTPS=yesdinoex2003-04-161-0/+12 * - allow "," in CFLAGSdinoex2003-04-161-13/+8 * - use WITH_OPENSSL_BASEdinoex2003-04-131-1/+1 * - use bsd.openssl.mkdinoex2003-04-041-2/+2 * - Security Updatedinoex2003-03-301-1/+1 * - use include more consistentdinoex2003-03-231-1/+1 * - Update to 8.12.8dinoex2003-03-041-2/+1 * Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-2/+2 * - add COMMENTdinoex2003-02-211-0/+1 * - honor USE_OPENSSL_BASEdinoex2003-02-011-0/+4 * - make portlint happierdinoex2003-01-231-2/+2 * If MaxMimeHeaderLength is set and a malformed MIME header is fixed,dinoex2003-01-161-1/+1 * - Fix a configuration problem if LOCAL_RELAY or MAIL_HUB is used.dinoex2003-01-061-0/+1 * - Update to 8.12.7dinoex2003-01-021-2/+1 * - remove libsm.a libsmutil.a libsmdb.adinoex2003-01-021-4/+1 * reduce sasldb targetdinoex2002-10-201-9/+1 * update tls-install.shdinoex2002-10-201-0/+1 * Update pkg-message for local paths and uucp.dinoex2002-10-081-0/+26 * get some garbage that patch merged within.dinoex2002-09-161-2/+1 * Fix problem when inatll,ion without mailer.confdinoex2002-09-161-3/+9 * Improvement for Option SENDMAIL_WITH_SASL2dinoex2002-09-011-0/+1 * New option SENDMAIL_WITH_SASL2dinoex2002-09-011-3/+16 * Update zo 8.12.6dinoex2002-08-281-1/+7 * Update: sendmail.8.12.5dinoex2002-06-261-3/+3 * - Get rid of PERL and use SEDdinoex2002-06-161-3/+5 * Add op.txt to package, op.ps is already there.dinoex2002-06-111-1/+3 * - Update to: sendmail.8.12.4dinoex2002-06-041-2/+1 * - get rid of duplicate code in Makefiles.dinoex2002-06-011-1/+4 * Fix support for "site.config.m4.local",dinoex2002-04-291-4/+7 * - imported a set of bug fixes as suggested.dinoex2002-04-211-0/+1 * update target mailer.conf, to change the new entries too.dinoex2002-04-181-0/+2 * - Update to new release: sendmail-8.12.3dinoex2002-04-061-2/+5 * - define PICKY_HELO_CHECK as defaultdinoex2002-03-101-1/+1 * BUMP portrevisiondinoex2002-02-271-1/+1 * - Build milter with -D_THREAD_SAFEdinoex2002-02-181-1/+3 * Bump PORTREVISION for latest libmilter changesdinoex2002-02-181-0/+1 * - Change SENDMAIL_WIT_MILTER to SENDMAIL_WITHOUT_MILTERdinoex2002-02-091-10/+7 * - Add html-docs when made with SENDMAIL_WITH_MILTER=yesdinoex2002-01-301-0/+3 * Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-3/+3 * - Update to sendmail-8.12.2dinoex2002-01-141-1/+1 * - make portlint happierdinoex2002-01-061-16/+10 * - use ${INSTALL_SCRIPT} for samples in ${PREFIX}/etc/rc.d/dinoex2001-11-141-1/+1 * Install the Operarion Manual as share/doc/sendmail/op.psdinoex2001-10-211-0/+2 * Add more includes and libs to Option MILTERdinoex2001-10-121-2/+3 * - Option MILTER fixed.dinoex2001-10-081-0/+11 * - Add senndmail-old as moduledinoex2001-10-071-2/+2 * - Update to sendmail 8.12.1dinoex2001-10-071-23/+21 * - Add a patch for some nameserver problemsdinoex2001-10-021-0/+1 * Urgent Update to 8.11.6:dinoex2001-08-211-1/+1 * - Update to 8.11.5dinoex2001-08-011-2/+1 * - generate comment in sendmail.cf with standard datedinoex2001-06-261-1/+1 * change MAINTAINER to FreeBSD.org addressdinoex2001-06-241-1/+1 * Sendmail:dinoex2001-06-161-42/+52 * - Make full featured package, ordered PKGNAMESUFFIXdinoex2001-06-131-20/+18 * - Store documentation in ${PREFIX}/share/doc/sendmail:dinoex2001-05-311-2/+14 * add Japanese mirror to MASTER_SITES.sf2001-05-301-1/+2 * - Update to Sendmail 8.11.4, possible race condition.dinoex2001-05-291-1/+5 * - Changed dependency of cyrus-sasl to lib-depends,dinoex2001-05-131-2/+2 * - Change Order of Options,hope its better readable now.dinoex2001-05-131-4/+5 * - Option to add LDAP Supportdinoex2001-05-011-8/+11 * extra Whitespaces removeddinoex2001-03-291-1/+1 * Fixed package list for option milter,dinoex2001-03-131-1/+1 * - Listed an overview of optionsdinoex2001-03-131-0/+11 * sendmail -- TLS/SASL/SFIO enhancement:dinoex2001-03-111-3/+10 * - Update to new release 8.11.3dinoex2001-03-111-22/+21 * Clean up bulding messagesdinoex2001-03-101-5/+36 * New Build-Option: SENDMAIL_WITH_SASLijliao2001-01-251-0/+7 * Update to 8.11.2jeh2001-01-051-8/+7 * Small improvements for remote build. The empty config directory is nowwill2000-12-211-2/+16 * Use ${PKGMESSAGE} instead of ${PKGDIR}/pkg-message.gshapiro2000-10-141-1/+1