Fix printf formats for size_t and goffset arguments.
[claws.git] / src / plugins / managesieve /
2018-12-29 Andrej KacianRemove use of %hhu format in managesieve for g_strdup_p...
2018-12-21 Andrej KacianAdd Server Name Indication support to TLS connections...
2018-11-29 Andrej KacianRemove file gtk/gdkkeysyms-new.h, since we now require...
2018-08-31 Andrej KacianAdded unit test framework, and some initial unit tests.
2018-08-03 Andrej KacianFix two GTK runtime warnings in Managesieve feed proper...
2018-07-22 Andrej KacianFix auth retry in Managesieve - wrong state variable...
2018-07-05 Andrej KacianMore Windows build fixes.
2018-07-01 Andrej KacianCleanup after moving Managesieve passwords to password...
2018-06-10 Andrej KacianAdded SOCKS proxy support.
2018-05-25 wwpFix missing initializers, taking for reference GLib...
2018-05-22 wwpFix more unchecked return values reported by Coverity:
2018-05-03 Andrej KacianFix memory handling around SieveEditorPage.
2018-02-24 Andrej KacianFix memory leaks from results of gtk_tree_model_get().
2018-02-09 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-02-09 Andrej KacianDo not put enchant's CFLAGS into main CFLAGS make variable.
2018-02-09 Andrej KacianRework of alertpanel default button focus handling.
2017-12-09 Andrej KacianCopyright year update in plugins' version.rc files.
2017-11-27 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-11-27 Michael GmelinFix bug #3924: Unbreak sieve host configuration on...
2017-07-16 Andrej KacianManagesieve: fix memory leak when saving password from...
2017-07-10 Andrej KacianFix uninitialized values in sieve privacy prefs parsing.
2017-07-10 Andrej KacianFix two similar memory leaks in pgp and managesieve...
2017-04-24 Andrej KacianFix crash in sieve manager window when no account has...
2017-01-10 wwpFix Coverity CIDs: 1220259 1364687 (and discarded 12204...
2016-10-25 Paulrename SSL to SSL/TLS
2016-08-01 Andrej KacianRemoved SessionMsgType enum and its use, since it is...
2016-04-06 Andrej KacianUpdate plugins' claws.def filess for Windows build.
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-14 Charles LehnerMigrate managesieve to passwordstore
2015-12-03 Charles LehnerFix enum scan on powerpc
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-14 Paulremove the internally used plus symbol from the transla...
2015-11-13 Colin LeroyMore null pointer dereference fixes
2015-10-14 Paulfix format warnings and some OpenBSD specific fixes
2015-10-11 Andrej KacianUpdated plugins' symbol list files for Windows build.
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-08-21 Charles LehnerAlways check for GnuTLS (fix #3507)
2015-07-27 Charles LehnerRemove use of G_SOURCE_REMOVE (convenience typedef)
2015-07-22 Charles Lehnermanagesieve: read literals in chunks, not line-by-line
2015-07-22 Charles Lehnermanagesieve: count script length in bytes, not characters
2015-07-22 Charles Lehnermanagesieve: fix memory leak
2015-07-21 Charles Lehnermanagesieve: ensure space above Refresh button
2015-07-21 Charles Lehnermanagesieve: close windows when unloading
2015-07-20 Charles Lehnermanagesieve: fix list header tooltip
2015-07-19 Charles Lehnermanagesieve: prevent session list corruption
2015-07-17 Charles Lehnermanagesieve: Localize Rename button. Fix bug 3469
2015-07-17 Charles Lehnermanagesieve: add back dialog hint
2015-07-17 Charles Lehnermanagesieve: show warnings received when setting active...
2015-07-17 Charles Lehnermanagesieve: handle putting/checking empty scripts
2015-07-17 Colin LeroyFix missing null pointer check
2015-07-17 Charles Lehnermanagesieve: add newly created scripts to manager windo...
2015-07-17 Charles Lehnermanagesieve: if new script name is in use, open existin...
2015-07-17 Charles Lehnermanagesieve: let refresh button always be sensitive
2015-07-17 Charles Lehnermanagesieve: remove unused function sieve_session_add_s...
2015-07-17 Charles Lehnermanagesieve: don't reset status while appending text
2015-07-17 Charles Lehnermanagesieve: discard manager window's callbacks when...
2015-07-17 Charles Lehnermanagesieve: consolidate popping send queue
2015-07-17 Charles Lehnermanagesieve: fix connecting with TLS not available
2015-07-17 Charles Lehnermanagesieve: allow script loading to be interrupted
2015-07-17 Charles Lehnermanagesieve: fix command aborting and discarding
2015-07-17 Charles Lehnermanagesieve: Fix string memory leaks
2015-07-16 Charles Lehnermanagesieve: handle lines starting with "OK"
2015-07-16 Paulrevert the revert
2015-07-16 Charles LehnerRemove extravagant debug message
2015-07-16 Paulrevert without breaking stuff
2015-07-16 Paulrevert, it's string-freeze right now
2015-07-16 Charles Lehnermanagesieve: remove dialog hint
2015-07-16 Charles LehnerManageSieve: fix manager window button spacing
2015-07-16 Charles LehnerManageSieve: remove Activate button
2015-07-16 Charles LehnerManageSieve: save manager window size (bug #2923)
2015-07-16 Charles LehnerManageSieve: use stock refresh button (bug #2923 progress)
2015-07-15 Charles LehnerMark string for translation which is already translated
2015-07-09 Pauldon't offer an empty string for translation
2015-07-01 Andrej KacianManagesieve: Fix parsing config string on Windows
2015-07-01 Andrej KacianManagesieve: use accessor for common preferences
2015-06-30 Andrej KacianUpdated plugins' claws.def files as needed for Windows...
2015-06-19 Paulfix error on load: 'undefined symbol: response_is_ok'
2015-04-25 Ricardo MonesFix 'make dist' for Managesieve plugin
2015-04-25 Charles LehnerAdd ManageSieve plugin