summaryrefslogtreecommitdiff
path: root/camel/camel-session.c
Commit message (Expand)AuthorAgeFilesLines
* DBv2. Folders work. vfolders too, but need lot of optimization.db-summary-v2Srinivasa Ragavan2008-09-291-0/+3
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-10/+10
* 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-16/+16
* Replace assertions with g_return_val_if_fail(). Clean up coding style inMatthew Barnes2008-04-301-33/+61
* ** Fix for bug #510779Srinivasa Ragavan2008-01-241-1/+36
* Forgot to escape the user and host name strings. (#506250)Matthew Barnes2008-01-181-2/+2
* ** Fixes bug #506250Matthew Barnes2008-01-171-0/+43
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-23/+23
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* ** Fixes bug #418852Matthew Barnes2007-04-281-4/+6
* Use g_mkdir_with_parents (#383686).Ross Burton2007-04-051-1/+1
* ** Fixes eds part of bgo #362638 - Patch submitted by MatthewVeerapuram Varadhan2007-01-081-16/+20
* Delete function camel_mkdir().Simon Zheng2006-01-101-1/+2
* Return stuff from this non-void function. Move some vars inside #ifdefKjartan Maraas,,234917702006-01-051-1/+1
* Network Manager SupportShreyas Srinivasan2005-12-221-0/+17
* use glib 2.8 functions for win32 onlyChenthill Palanisamy2005-12-141-0/+4
* No need to have ifdefs for g_access() here, camel-private #definesTor Lillqvist2005-12-111-4/+0
* fixes a build break for OS which uses glib 2.4Chenthill Palanisamy2005-12-011-0/+4
* Define O_BINARY as 0 on Unix. Add declarations for camel_read_socket() andTor Lillqvist2005-11-301-8/+9
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* initialise the mode to something which reflects the actual mode.Not Zed2005-07-141-1/+4
* lots and lots o' docsJeffrey Stedfast2005-05-131-64/+71
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* added a 'domain' argument, and rearragned arguments to be prettier andNot Zed2004-05-211-7/+8
* fun dun diddley un fun. Since we're writing a const buffer, we need toNot Zed2004-03-031-29/+0
* Fixes for api changes.Not Zed2004-02-191-243/+1
* ** See bug #53553.Not Zed2004-02-051-15/+16
* added a doc comment.Not Zed2004-01-291-15/+14
* use check_junk_for_imap flagRadek Doulik2004-01-231-0/+29
* ** See bug #52817.Not Zed2004-01-201-10/+16
* use a CamelURL to properly encode the url we generate.Not Zed2004-01-191-2/+1
* check recent messages for junk mailRadek Doulik2003-12-041-0/+29
* Don't destroy the providers as it mans we can never ever have more than 1Jeffrey Stedfast2003-11-181-2/+4
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-231-1/+1
* Added "offline_sync" option, which lets you synchronise all mail to localNot Zed2003-09-221-4/+30
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-091-19/+7
* Use camel_mkdir().Jeffrey Stedfast2003-07-071-1/+2
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-071-3/+3
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-161-3/+3
* oops, the service owns the url after we construct it.Not Zed2003-04-231-2/+0
* ** Should fix #41629, #41448, et al.Not Zed2003-04-231-28/+10
* Fixes for bug #39170Jeffrey Stedfast2003-03-061-2/+2
* Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-141-4/+6
* add a "translation_domain" field. (NULL for all providers in the camelDan Winship2003-01-071-5/+8
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-10-311-1/+1
* Don't register the noop timeout here anymore, we're gonna handle all thisJeffrey Stedfast2002-08-211-76/+4
* up the timeout to 10 minutesJeffrey Stedfast2002-08-201-1/+1
* Override the default noop implementation.Jeffrey Stedfast2002-08-201-2/+38