Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / providers / imap / camel-imap-store.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-13 Srinivasa Ragavan** Fix for bug #420462
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-03-29 Matthew BarnesE-D-S requires GLib 2.10 now; remove dead backward...
2007-03-05 Veerapuram VaradhanCleanup meta summary file along with others.
2007-02-23 Matthew Barnes** Fixes bug #356177
2007-01-22 Sankar PMake IMAP Headers fetching configurable.
2006-10-02 Harish KrishnaswamyModified Sankar's patch to avoid breaking the string...
2006-06-13 Andre Klapperchanging "couldn't", "can't" and "didn't" to proper...
2006-05-19 Jeffrey StedfastGet rid of the search_lock and simply reuse the connect...
2006-05-01 Jeffrey StedfastFix for bug #315976.
2006-04-24 Jeffrey StedfastDon't do fallback for SSL/TLS. Fixes bug #321797.
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...
2006-01-10 Shreyas SrinivasanFix #321812 unref diary only when the store finalize...
2005-12-15 Parthasarathi Susarla*** empty log message ***
2005-12-08 Tor LillqvistDrop unused <dirent.h>.
2005-12-05 Parthasarathi SusarlaSetup disco journal during store construct. Previously...
2005-10-21 Vivek JainCommitted NotZed's patch on #314833
2005-10-10 Parthasarathi Susarlaspecify the folder name of the folde being refreshed...
2005-10-10 Parthasarathi Susarlaspecify the folder name of the folde being refreshed...
2005-09-15 Tor LillqvistNo strtok_r() in Microsoft's C library, but strtok...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-22 Not Zed** See #312668.
2005-08-19 Not Zed** See bug #313593.
2005-08-10 Not Zed** See bug #312715 & other little fixes
2005-08-03 Not Zed** See bug #309237.
2005-08-02 Not Zedif we're getting from "", then use the right namespace...
2005-07-29 Not Zed** See bug #311731.
2005-07-27 Not Zedmake sure we get subscribed folders using lsub too...
2005-07-27 Not Zedmake sure we're connected before issuing a command.
2005-07-25 Parthasarathi Susarlainitialization of a variable. fixes Bug 301871.
2005-07-25 Michael Zucci (get_folder_online): remove duplicate lock.
2005-07-25 Not Zedmake sure we're connected before trying to noop.
2005-07-21 Not Zedre-arrange some bitfields (this is not public api)...
2005-03-02 Not Zed** See bug #73112
2005-02-16 Björn TorkelssonRename inbox/INBOX to Inbox, so it is translatable.
2005-02-04 Not ZedRevert jeff's patch. (parse_list_response_as_folder_inf...
2005-02-02 Jeffrey StedfastSet the CAMEL_FOLDER_SUBSCRIBED flag appropriately.
2005-02-01 Not Zedset the folder-type of inbox to inbox & use the right...
2005-01-31 Not Zed** See bug #69757.
2004-12-03 Jeffrey StedfastSame.
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-12-01 S.Çağlar Onur** See bug #69446.
2004-11-15 Jeffrey StedfastIn the fallback cases, clear the exception first.
2004-11-15 Jeffrey StedfastUse camel_tcp_stream_ssl_new_raw() for STARTTLS stream.
2004-11-12 Not Zed** Merge in notzed-messageinfo-branch, fix some minor...
2004-11-01 Jeffrey StedfastDo the same SSL->TLS and TLS->CLEAR fallbacks that...
2004-10-13 Not Zedkill cast as lvalue warning.
2004-09-27 Jeffrey StedfastInstead of doing a host-lookup ourselves, get it passed...
2004-09-24 Not Zed** See bug #47821.
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-08-24 Jeffrey StedfastCheck for an exception from get_folders_online() here...
2004-08-24 Not Zed** See bug #63189.
2004-07-21 Jeffrey StedfastFree result after parsing it. Fixes a leak.
2004-06-17 Jeffrey Stedfastsimplified further
2004-06-17 Jeffrey StedfastOnly ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNOR...
2004-05-27 Jeffrey StedfastFixes bug #59191.
2004-05-26 Not Zedremoved.
2004-05-24 Sivaiah Nallagatlaadded CAMEL_PROVIDER_CONF_HIDDEN to conf item type...
2004-05-21 Jeffrey StedfastAdded a workaround for broken IMAP. Hopefully by forcin...
2004-05-21 Not Zedadded a 'domain' argument, and rearragned arguments...
2004-05-17 Not Zed** Bug #56050.
2004-05-06 Not Zedset nodelay and keepalive on the socket.
2004-04-14 Jeffrey StedfastUse %F instead of %S so that the folder name gets prope...
2004-04-13 Jeffrey StedfastRearranged some error checking code to fix bug #56405.
2004-04-08 Jeffrey StedfastChanged (!flags & _CREATE) to (!(flags & _CREATE))...
2004-04-05 Not Zeddont add folders to folders_out here, only in get_folde...
2004-03-30 Not Zedadded some debug to dump the whole folderinfo tree...
2004-03-29 Jeffrey StedfastUpdated to actually parse the STATUS response into...
2004-03-29 Not Zeduse object_bag_peek instead of _get, since we dont...
2004-03-29 Not Zedremove locking here, we're locked whne we enter. (fill_...
2004-03-26 Not ZedAdded new maildir flags D for draft and commented P...
2004-03-25 Jeffrey StedfastIf the server is imap.web.de, just ask for all the...
2004-03-25 Jeffrey StedfastFix for bug #55018.
2004-03-23 Not Zedconnect lock around this. was getting a race with mem...
2004-03-19 Not Zedremove async_thread thing.
2004-03-15 Jeffrey StedfastIf the initial SELECT fails and CREATE is specified...
2004-03-11 Not Zedremoved this. not sure what it was doing there, a 1...
2004-03-11 Michael Zucci (imap_store_refresh_folders): check we're updat...
2004-03-11 Not Zedturn off NOINFERIORS always, translate to nochildren.
2004-03-03 Not Zedfun dun diddley un fun. Since we're writing a const...
2004-02-24 Michael Zucci remove debug
2004-02-16 Not Zed** See bug #51045.
2004-02-13 Jeffrey StedfastSame.
2004-02-04 Jeffrey StedfastGet rid of some unnecessary CAMEL_OBJECT() casts.
2004-02-04 Not Zedadded 'expunge' parameter, easier 'empty trash on exit...
2004-02-02 Jeffrey StedfastFixes for bug #53091.
2004-01-20 Not Zed** See bug #52817.
2004-01-09 Not Zedfix removal of journal file, and remove the cmeta state...
2003-12-10 Jeffrey StedfastAdd a CAMEL_FOLDER_NOCHILDREN flag.
2003-12-09 Not Zed** See bug #51899.
2003-12-01 David WoodhouseEnable GUI option for 'custom command' connection....
2003-10-28 Jeffrey StedfastFixes bug #35083
2003-09-08 Not Zedcall camel_folder_sync bypassing the folder lock. See
2003-09-04 David WoodhouseAdd PREAUTH handling and pine/mutt/etpan/etc.-style...
2003-08-19 Not ZedVarious fixes to make it work.
2003-07-07 Jeffrey StedfastUse camel_mkdir().
2003-07-07 Jeffrey Stedfastremoved debug printfs
next