Rename camel_service_get_settings().
[platform/upstream/evolution-data-server.git] / camel / providers / imap / camel-imap-command.c
2012-08-12 Matthew BarnesRename camel_service_get_settings().
2012-06-24 Matthew BarnesCoding style and whitespace cleanup.
2012-06-08 Milan CrhaBug #676541 - Unreliable IMAP provider
2012-05-19 Matthew BarnesCamelService: Rewrite connect/disconnect API.
2012-02-20 Matthew BarnesCoding style and whitespace cleanup.
2012-01-03 Matthew BarnesCamel: Use thread-safe accessors for string settings.
2011-12-22 Milan CrhaBug #482171 - IMAP warnings are presented without folde...
2011-12-22 Milan CrhaBug #357175 - IMAP alerts still too intrusive
2011-10-25 Matthew BarnesIMAP: Split off a new mutex for commands and responses.
2011-10-24 Matthew BarnesMove remaining CamelURL elements to CamelSettings.
2011-09-03 Matthew BarnesCoding style and whitespace cleanups.
2011-07-06 Matthew BarnesAvoid camel_stream_printf().
2011-07-05 Matthew BarnesCamel: Remove some unnecessary type casts.
2011-05-07 Matthew BarnesWhitespace and coding style cleanups.
2011-04-17 Matthew BarnesSeal up CamelService.
2011-01-30 Matthew BarnesCamelImapCommand: Fix dead initialization.
2010-09-28 Matthew BarnesRename blocking Camel methods.
2010-09-28 Matthew BarnesUse GCancellable in all methods that may block.
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-14 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-13 Matthew BarnesCoding style cleanups.
2010-07-08 Matthew BarnesMigrate from CamelException to GError.
2010-04-30 Matthew BarnesDon't abbreviate public symbols.
2010-04-30 Matthew BarnesUse GObject properties instead of CamelArg.
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-21 Matthew BarnesMerge more cleanup bits from camel-gobject.
2010-04-15 Milan CrhaBug #615776 - Drop camel-private.h and offer a public...
2010-04-13 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-02 Matthew BarnesLock down Camel headers.
2010-03-14 Matthew BarnesFix Gtk-Doc syntax in function block comments.
2009-09-26 Kjartan MaraasFix return types and mark a function static
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-06-01 Matthew BarnesFix compiler warnings in camel.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2009-03-07 Matthew Barnes** Revert changes for bug #534938 because it breaks...
2009-02-26 Milan Crha** Fix for bug #573240
2008-08-05 Chenthill PalanisamyFixes part of #533823
2008-07-28 Milan Crha** Fix for bug #349870
2008-06-20 Jeffrey Stedfastupdated novell copyright notices
2008-06-02 Milan CrhaCommitting on behalf of Milan Crha <mcrha@redhat...
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-06-15 Matthew BarnesFix a memory leak (#447753).
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-02-23 Matthew Barnes** Fixes bug #356177
2006-05-22 Jeffrey StedfastMake sure the literal length is non-negative (yes,...
2006-05-19 Jeffrey StedfastGet rid of the search_lock and simply reuse the connect...
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2006-01-16 Parthasarathi Susarla** See Bug #323106, #326385 Use %G instead of %S
2006-01-12 Parthasarathi SusarlaUser g_return_val_if_fail instead of g_assert. Do not...
2005-12-14 Tor LillqvistFix #323106:
2005-12-01 Jeff CaiEvolution should not send command with zero additional...
2005-09-15 Tor Lillqvistcamel-imap-command.c Use g_ascii_str(n)casecmp() instead of
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-17 Not Zed** See bug #242032.
2005-07-21 Not Zedre-arrange some bitfields (this is not public api)...
2005-03-21 Jeffrey StedfastContinue reading data until we've read all the data...
2005-02-04 Not ZedRevert jeff's patch. (parse_list_response_as_folder_inf...
2005-01-28 Not Zed** See bug #22496.
2005-01-12 Not Zedconvert all the unsigned long/long stuff to guint32...
2005-01-11 Not Zed** See bug #70919.
2004-12-03 Not Zed** See bug #69533.
2004-12-01 S.Çağlar Onur** See bug #69446.
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-02-25 Not Zedmoved the RECNET flag into the folder area (bit 17...
2003-06-17 Not Zed** See bug #44322
2003-05-14 Jeffrey StedfastAdded a note to the comment block for this function...
2003-05-13 Ettore PerazzoliDisable debugging.
2003-03-24   Timo Sirainen camel-imap-command.c (imap_read_untagged) Integer overf...
2003-02-04 Jeffrey StedfastUse g_ascii_strdown() instead of g_strdown, since g_str...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-10-09 Jeffrey StedfastIf the response from the IMAP server is "No", don't...
2002-09-19 Not ZedIf we get an ALERT, pass it to the user. An rfc2060...
2002-09-03 Not ZedLots of changes, too numerous to list. Changed to use
2002-08-26 Jeffrey StedfastIf the response is NULL, just return. (now works the...
2002-08-26 Jeffrey StedfastLock the CamelService->priv->connect_lock instead of...
2002-08-03 Jeffrey StedfastFixes bug #26237.
2002-05-31 Jeffrey StedfastIf we fail to read a literal, free the temporary string...
2002-05-31 Jeffrey StedfastRevert my fix from the other day since camel_imap_comma...
2002-05-24 Jeffrey StedfastUse the new readline function.
2002-05-22 Jeffrey StedfastRemoved from the build. Glory glory hallelujah.
2002-05-07 Not ZedCheck for LOGIN xxxx as well if debug is on, so we...
2002-01-21 Jeffrey StedfastAs a temporary solution, just printf ("\a"); to make...
2001-11-16 Jeffrey StedfastIf we get a BYE response, call camel_service_disconnect...
2001-11-09 Jeffrey StedfastNow takes a command-length argument so we can 1) avoid...
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
2001-10-09 9Implement.
2001-08-13 Peter WilliamsFix a leak.
2001-08-10 Jeffrey StedfastAdded an assert - at this point a backtrace would be...
2001-08-10 Jeffrey StedfastReturn FALSE here, not NULL.
2001-08-09 Jeffrey StedfastA quoted string cannot contain \n's so check for those...
2001-08-06 Peter WilliamsCompletely hide the namespace from everything external...
2001-07-26 Dan WinshipSend an IMAP command, but don't wait for responses.
2001-07-17 Peter WilliamsClean up some exception misusage.
2001-07-16 Dan WinshipGiven: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 to
2001-07-06 Jeffrey StedfastSet the pipe fd's to nonblocking.
2001-07-05 Jeffrey StedfastAdded an assert to make sure that `mi' isn't NULL.
next