Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / providers / imap / camel-imap-store.h
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-01-22 Sankar PMake IMAP Headers fetching configurable.
2006-10-02 Harish KrishnaswamyModified Sankar's patch to avoid breaking the string...
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-02-04 Not ZedRevert jeff's patch. (parse_list_response_as_folder_inf...
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-03-25 Jeffrey StedfastIf the server is imap.web.de, just ask for all the...
2004-03-19 Not Zedremove async_thread thing.
2004-03-03 Not Zedfun dun diddley un fun. Since we're writing a const...
2003-12-10 Jeffrey StedfastAdd a CAMEL_FOLDER_NOCHILDREN flag.
2003-09-04 David WoodhouseAdd PREAUTH handling and pine/mutt/etpan/etc.-style...
2002-10-24 Not Zed** For bug #31647 and bug #31456.
2002-09-03 Not ZedLots of changes, too numerous to list. Changed to use
2002-08-26 Jeffrey StedfastLock the CamelService->priv->connect_lock instead of...
2002-08-15 Not Zedadded a flags field, defined some flags, currently...
2002-05-24 Jeffrey StedfastUse the new readline function.
2002-05-22 Jeffrey StedfastRemoved from the build. Glory glory hallelujah.
2002-05-21 Jeffrey StedfastDon't call some retarded function to simply set an...
2002-05-13 Jeffrey StedfastOverload the setv/getv CamelObject virtual methods...
2002-04-18 Not ZedWhen doing a contains match, split the words and perfor...
2001-11-30 Jeffrey StedfastDon't use regex matching. Fixes bug #16227.
2001-10-29 Jeffrey StedfastDon't emit a folder_subscribed signal if we are in...
2001-10-29 9Turn off w() -> warnings.
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-09-07 6Thread function to perform filtering. (filter_free...
2001-08-16 Jeffrey StedfastIf we are online and message flags have changed in...
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-05-03 Dan Winshipnew abstract class for disconnectable remote stores
2001-05-02 Dan WinshipClean this up a bit. Add a "tag_prefix" member. Move...
2001-03-27 Dan WinshipAdd an "extra_conf" field to CamelProvider with structu...
2001-03-20 Dan WinshipFunction to check if the store is online and set an...
2001-03-01 Dan WinshipAdd an "authtypes" hash table to CamelImapStore recordi...
2001-01-10 Dan WinshipNew header to prevent recursive #include problems
2001-01-09 Dan Winship Mostly IMAP changes. Use the NAMESPACE extension ...
2000-12-24 Not ZedLock the command channel while searching. (imap_body_co...
2000-12-13 Dan Winshipchange a bunch of IS_CAMEL_* macros to CAMEL_IS_*
2000-10-30 Dan WinshipNew file with code for IMAP authentication mechanisms...
2000-10-30 Dan Winship Improved IMAP namespace handling: leave the namespace...
2000-10-25 Chris Toshokadd subscribed_folders.
2000-10-16 Jeffrey StedfastOnly send the LOGOUT command if the store is connected...
2000-10-12 Dan WinshipSimple subclass of CamelFolderSummary that also keeps...
2000-10-03 Dan WinshipNew file containing camel_imap_command and friends...
2000-09-27 Dan WinshipReturn untagged data in a GPtrArray rather than a strin...
2000-09-21 Dan WinshipINBOX is case-insensitive. (get_root_folder_name):...
2000-09-05 Peter WilliamsCleanup of lots of exception handling ; bugfixes
2000-08-30 Jeffrey StedfastDon't wrap printed strings in quotes, makes things...
2000-08-30 Jeffrey StedfastPrevent exceptions from being overwritten
2000-08-29 Peter WilliamsCamelRemoteStore: a new generic store for stores that...
2000-08-12 Jeffrey StedfastNow takes a char * parameter rather than a stream
2000-08-12 Jeffrey StedfastChanged param order a bit and fixed some logic
2000-08-12 Jeffrey StedfastNew convenience function for multi-transactional comman...
2000-08-10 Peter WilliamsMerge with camel-async.
2000-07-28 Jeffrey StedfastGet message count when STATUS is not available. (imap_i...
2000-07-24 Jeffrey StedfastInitialize the summary and subfolder listing. (imap_sum...
2000-07-24 Jeffrey StedfastMade it a little more forgiving. Also set current_folde...
2000-07-14 Jeffrey StedfastNew convenience function to unquote a string if it...
2000-07-13 Jeffrey StedfastUpdated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP...
2000-06-27 Jeffrey StedfastMove the CAPABILITY command here so we don't have to...
2000-06-22 Jeffrey StedfastUpdated
2000-06-14 Jeffrey StedfastIMAP will now allow you to login, and on some IMAP...
2000-06-09 Jeffrey StedfastUpdated to reflect changes made in camel-imap-store.c
2000-06-06 Jeffrey Stedfastworked on getting providers/imap/* to build cleanly...
2000-05-27 Jeffrey StedfastRipped out camel_imap_command_get_additional_data(...
2000-05-25 Jeffrey StedfastTook out code that had been there to reconnect to the...
2000-05-25 Jeffrey StedfastAdded more files to the imap provider to use as an...