aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-provider.c
Commit message (Expand)AuthorAgeFilesLines
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-2/+2
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-081-4/+4
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-5/+5
* oops, commit this tooJeffrey Stedfast2002-11-011-0/+1
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-11-011-1/+1
* Now takes a CamelURL argument rather than a GHashTable *settings argument.Jeffrey Stedfast2002-05-021-2/+2
* New function to auto-detect configuration settings.Jeffrey Stedfast2002-04-271-0/+36
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-141-0/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-3/+3
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-6/+9
* So it turns out that NSS_Init *isn't* idempotent, so we have to protectJeffrey Stedfast2001-03-151-9/+13
* lots of i18n fixesDan Winship2000-10-241-8/+3
* UpdatedJeffrey Stedfast2000-06-231-2/+2
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-301-149/+101
* kill camel-logDan Winship2000-04-191-13/+8
* Added flag to provider initialisation, to match changed structure.NotZed2000-03-241-1/+1
* New function to scan the provider dir and return a list of all providers.Dan Winship2000-03-231-13/+32
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* Add the unicode libraries as well.Miguel de Icaza2000-02-161-0/+1
* 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
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-061-3/+2
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* Added (experimental) maildir provider written by Jukka Zittingbertrand1999-09-031-1/+1
* remove stupid debug code. (add_mail_store): use camel_session_get_storebertrand1999-08-131-22/+23
* new function: returns a store for an URL.bertrand1999-08-121-1/+60
* new file. MH provider registration stuff.bertrand1999-08-121-5/+100
* basic provider structure. Have to write the code for dynamic loading.bertrand1999-04-251-0/+29