summaryrefslogtreecommitdiff
path: root/camel/camel-sasl-anonymous.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-5/+4
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-13/+11
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-1/+2
* Make Camel's SASL framework more extensible.Matthew Barnes2011-06-241-1/+2
* Rename blocking Camel methods.Matthew Barnes2010-09-281-5/+5
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-0/+1
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-9/+13
* Port Camel to GObject.Matthew Barnes2010-04-241-22/+13
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-66/+67
* Fix excessive whitespace.Matthew Barnes2009-07-121-3/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-1/+1
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-10/+10
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-1/+1
* updated novell copyright noticesJeffrey Stedfast2008-06-201-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-10/+10
* ** Merge a bunch of compiler warning fixes and cosmetic cleanups fromMatthew Barnes2007-11-151-2/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-10/+10
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-2/+2
* ** Fixes bug #418852Matthew Barnes2007-04-281-1/+3
* camel-index.c camel-mime-filter-basic.c camel-mime-filter-charset.cTor Lillqvist2005-12-061-3/+3
* Modify License to LGPLHarish Krishnaswamy2005-08-311-2/+2
* lots and lots o' docsJeffrey Stedfast2005-05-131-0/+10
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-1/+1
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-231-3/+5
* More fixing of the license texts.Ettore Perazzoli2001-10-271-11/+11
* Remove the "quick_login" member, which is unnecessary.Dan Winship2001-04-021-2/+1
* Updated the authtype values.Jeffrey Stedfast2001-04-011-0/+10
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-0/+4
* Take a GByteArray as input as well. Comment that you can pass %NULL forDan Winship2001-03-011-63/+37
* remove mime-utils header for base64 stuff.Jeffrey Stedfast2001-03-011-1/+0
* Don't base64 encode the data, leave that up to the provider to do if itJeffrey Stedfast2001-03-011-4/+3
* oops, not empty string - need to base64 encode it, which is just "="Jeffrey Stedfast2001-02-281-1/+1
* Added camel-sasl-anonymous.[c,h] to the build.Jeffrey Stedfast2001-02-281-0/+165