Fix bug 4313 "Recursion stack overflow with rebuilding folder tree" by
[claws.git] / src / imap.c
2020-09-06 wwpFix bug 4313 "Recursion stack overflow with rebuilding...
2020-05-14 paulremove wonky style
2020-05-14 Paulrevert last commit, it's not needed
2020-05-14 Paulprobable fix for bug 4136 'Quick search throws bad...
2019-12-06 Michael RasmussenFix imap keyword search. Libetpan assumes keyword searc...
2019-04-25 Andrej KacianFix memory leaks in imap_handle_error()
2018-12-29 Andrej KacianFix printf formats for size_t and goffset arguments.
2018-12-21 Andrej KacianFix a harmless compiler warning in imap_cmd_login().
2018-12-21 Andrej KacianFix outdated uses of alertpanel() in code paths for...
2018-12-21 Andrej KacianAdd Server Name Indication support to TLS connections...
2018-12-15 Andrej KacianGet rid of our strcmp2() in favour of glib's g_strcmp0()
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyRename claws_io to file-utils, and move file-related...
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyWrap file I/O to claws_* to benefit from custom locking...
2018-09-12 Ricardo MonesRemove dead code
2018-06-10 Andrej KacianAdded SOCKS proxy support.
2018-05-22 wwpUpdate app name in header cartouche and other places...
2018-03-15 Andrej KacianHandle IMAP search failure instead of ignoring it.
2017-10-27 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-10-23 Andrej KacianRemoved two obsolete statuswindow_* aliases.
2017-09-23 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-09-21 Ricardo MonesRevert "Fix bug #3855: segfault at startup with old...
2017-08-26 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-08-09 Ricardo MonesFix bug #3855: segfault at startup with old profile...
2017-04-18 Ricardo MonesFix use after free
2017-02-25 Ricardo MonesRemove duplicated code and include
2016-10-25 Paulin the UI replace 'POP3' with 'POP' and 'IMAP4' with...
2016-10-25 Paulrename SSL to SSL/TLS
2016-09-17 Andrej KacianRemove an unused, mistyped ifdef in imap.c.
2016-08-16 Andrej KacianFix a crash on IMAP login when using a password plugin.
2016-07-28 Ricardo MonesFix some debug messages and update headers
2016-07-23 Paulstandardise singlular/plural mix on labels
2016-05-18 Andrej KacianRemove imap_use_trash account preference.
2016-04-26 Andrej KacianUse correct dir separator for "Scanning folder ......
2016-04-02 Ricardo MonesFix some odd debug outputs
2016-03-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2016-03-14 Andrej KacianUse account ID instead of name in passwordstorerc.
2016-03-01 Andrej KacianMake accounts use new password store for their passwords.
2016-02-20 Andrej KacianAdd warning about missing LOGIN SASL plugin for IMAP.
2016-02-19 Ricardo MonesFix bug #3578: Strings around MAILIMAP_ERROR…
2016-02-19 Andrej KacianImplement real LOGIN auth method for IMAP.
2016-02-19 Andrej KacianEnable SASL PLAIN auth mechanism for IMAP accounts.
2016-02-10 Andrej KacianFix two crashes in IMAP introduced by the passwords...
2016-02-06 Ricardo MonesFix segfault when account password is not saved…
2016-02-05 Andrej KacianFix a null pointer dereference introduced by 54adfb4.
2016-02-04 Andrej KacianRewritten account passwords handling.
2016-01-23 Andrej KacianMake procmsg_msginfo_free() zero out pointers to freed...
2015-11-25 Andrej KacianFix folder renaming for IMAP on Windows.
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-15 Paulmore sanitizing of translatable strings
2015-11-11 Andrej KacianLet imap_get_num_list() unlock the session itself.
2015-10-26 Colin LeroyAdd a fast way to search for Message-ID (at least)
2015-10-08 Colin LeroyFix null pointer dereferences and missing return checks
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-09-22 Ricardo MonesDo not translate g_warning() strings
2015-09-10 Andrej KacianMake IPv6 work on Windows, for connections not handled...
2015-07-15 Paulfix bug 2435, ' Infinite loop+crash when refreshing...
2015-06-29 Andrej KacianUse g_dir_open() and friends instead of opendir() and...
2015-06-25 Andrej KacianRevert "Remove plaintext_file member of struct MsgInfo."
2015-06-25 Andrej KacianRemove plaintext_file member of struct MsgInfo.
2015-06-06 Ricardo MonesAnd other format warning less
2015-03-15 Andrej KacianChange "OpenSSL support" to "TLS support" in a dialog...
2015-01-13 Andrej KacianAdd support for SCRAM-SHA-1 authentication mechanism...
2014-12-18 Colin LeroyMerge remote-tracking branch 'jakub-kicinski/for-master'
2014-12-12 Jakub KicinskiSwap return value and argument of imap_threaded_capabil...
2014-11-15 Andrej KacianUse GLib's implementation of Base64 instead of our...
2014-09-28 Paulre: last commit - of course, one debug_print() will do
2014-09-28 Pauladd more debug_prints in relation to bug 3049
2014-09-11 Ricardo MonesAdd new quicksearch for header's content only
2014-06-26 Colin LeroyMake INBOX case-insensitive (as RFC states), and add...
2014-06-16 Colin LeroyFinish fixing bug #3212 (case where the folder exists...
2014-06-15 Colin LeroyDon't bother renumbering messages before creating a...
2014-06-15 Colin LeroyCache files with a dot in front when a directory with...
2014-06-15 Colin LeroyFix creating a numeric directory when a message of...
2014-06-05 Colin LeroyMore Coverity fixes
2014-05-02 Colin LeroyFix leak
2014-05-02 Colin LeroyFix wrong free, and fix useless g_slist_concat
2014-05-01 Colin Leroyfix format
2014-05-01 Colin LeroyMore leak fix for bug #3155
2014-05-01 Colin LeroyReally fix leak (Thanks!)
2014-04-30 Colin LeroyFix invalid free
2014-04-30 Colin LeroyDebug bug #2257
2014-04-28 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2014-04-28 Colin LeroyFix most of the leaks referenced in bug #3155
2014-04-21 Colin LeroyFix bug #3145, "Memory corruption in imap_disconnect_all"
2013-06-14 Colin LeroyImplement a password get hooklist, allowing plugins to
2013-04-27 Paulfix some string inconsistencies
2013-01-23 Colin Leroy2013-01-23 [colin] 3.9.0cvs58
2012-11-28 Colin Leroy2012-11-28 [colin] 3.9.0cvs27
2012-11-28 Colin Leroy2012-11-28 [colin] 3.9.0cvs26
2012-10-12 Ricardo Mones2012-10-12 [mones] 3.8.1cvs98
2012-10-04 Colin Leroy2012-10-04 [colin] 3.8.1cvs84
2012-09-28 Colin Leroy2012-09-28 [colin] 3.8.1cvs81
2012-09-27 Colin Leroy2012-09-27 [colin] 3.8.1cvs80
2012-09-26 Colin Leroy2012-09-26 [colin] 3.8.1cvs74
2012-09-21 Colin Leroy2012-09-21 [colin] 3.8.1cvs68
2012-09-19 Colin Leroy2012-09-19 [colin] 3.8.1cvs61
2012-09-13 Colin Leroy2012-09-13 [colin] 3.8.1cvs55
2012-09-12 Colin Leroy2012-09-12 [colin] 3.8.1cvs52
next