Fix memory leak when freeing RSSyl's FeedItem struct.
[claws.git] / src / plugins / managesieve /
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