summaryrefslogtreecommitdiff
path: root/camel/camel-provider.c
Commit message (Expand)AuthorAgeFilesLines
* Correct developer documentation for camel_provider_list()Milan Crha2015-04-161-5/+3
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-11/+10
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* Make the Camel provider modules relocatableTristan Van Berkom2013-02-251-3/+8
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-3/+3
* Eliminate the assertion in camel_provider_register().Matthew Barnes2012-10-101-58/+70
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-6/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-2/+2
* Remove redundancy from CRITICAL message.Matthew Barnes2012-07-011-2/+1
* camel_provider_list(): Emit CRITICAL if camel_provider_load() fails.Matthew Barnes2012-07-011-1/+10
* Bug #673946 - Cannot delete search foldersMilan Crha2012-05-311-1/+1
* Fix issues found by Coverity ScanMilan Crha2012-02-141-1/+2
* Camel: Clarify ownership of returned CamelProviders.Matthew Barnes2012-01-171-1/+7
* Call gettext on the short descriptions of port numbers.Gabor Kelemen2011-12-021-1/+7
* Move remaining CamelURL elements to CamelSettings.Matthew Barnes2011-10-241-19/+14
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-6/+9
* Coding style cleanups.Matthew Barnes2011-05-081-2/+2
* Rework how CamelServices are added to CamelSession.Matthew Barnes2011-04-211-6/+0
* Bug #647429 - Hide port-entry for providers without portDan Vrátil2011-04-181-0/+5
* Bug 418954 - Add a separate entry combo for port numbersDan Vráti2011-03-231-0/+4
* Coding style cleanups.Matthew Barnes2010-09-131-28/+28
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-18/+18
* Merge more cleanup bits from camel-gobject.Matthew Barnes2010-04-211-6/+9
* Bug #615776 - Drop camel-private.h and offer a public alternative for locksMilan Crha2010-04-151-1/+1
* Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-5/+7
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-22/+28
* Fix Gtk-Doc syntax in function block comments.Matthew Barnes2010-03-141-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-121-2/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-2/+4
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-9/+9
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-12/+12
* Initialize provider_table in camel in case we haven't alreadyTobias Mueller2009-05-101-3/+8
* ** Fixes bug #545877Matthew Barnes2008-08-061-2/+0
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-5/+4
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* ** Fixes part of bug #531591Matthew Barnes2008-05-191-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-11/+11
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-11/+11
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* ** Fixes bug #418852Matthew Barnes2007-04-281-4/+4
* ** Fixes bug #356177Matthew Barnes2007-02-231-4/+3
* Define O_BINARY as 0 on Unix. Add declarations for camel_read_socket() andTor Lillqvist2005-11-301-13/+16
* Use lazy bindings (#321515)Ross Burton2005-11-151-1/+1
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* Removed validate_user function and added a void pointer to theSushma Rai2005-01-121-27/+0
* Added camel_provider_validate_user() for exchange connectorSushma Rai2005-01-101-0/+27
* merged notzed-camel-eds-branchMichael Zucci2004-12-021-16/+34
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-1/+1
* Init list to NULL to prevent the crash in bug #54574.Jeffrey Stedfast2004-02-201-1/+1
* Fixes for api changes.Not Zed2004-02-191-17/+215