summaryrefslogtreecommitdiff
path: root/plugins/managesieve/managesieve.php
AgeCommit message (Expand)Author
2014-10-29Remove redundant is_file() checksAleksander Machniak
2014-09-08Fix compatybility with contextmenu pluginAleksander Machniak
2014-08-26Added simple API to manage vacation ruleAleksander Machniak
2014-07-28Fix missing css/js scripts in filter form in mail taskAleksander Machniak
2014-06-16Add title attribute for settings menuAleksander Machniak
2014-04-13Fix disabled create filter actionAleksander Machniak
2014-03-14Added optional separate interface for out-of-office management (#1488266)Aleksander Machniak
2014-02-26Fix filter creation from an email when preview frame is disabled (#1489647)Aleksander Machniak
2014-01-04Add Filters tab using plugin API hookAleksander Machniak
2013-12-09Nicely handle server-side modification of script names (#1489412)Aleksander Machniak
2013-06-20Make all bundled plugins the same license as Roundcube itself, which is GPLv3+Thomas Bruederli
2013-06-15Split managesieve.php file into twoAleksander Machniak
2013-06-15Implemented date, currentdate and index - RFC5260 (#1488120)Aleksander Machniak
2013-06-14Fix js error on operator changeAleksander Machniak
2013-06-11Use list input field for custom headers listAleksander Machniak
2013-06-11Support string list arguments in filter form (#1489018)Aleksander Machniak
2013-05-09Fix possible error on ajax requestAleksander Machniak
2013-05-07Avoid unused local variablesAleksander Machniak
2013-03-16Add vacation-seconds extension support (RFC 6131)Aleksander Machniak
2013-02-17Bump version number up to 6.2Aleksander Machniak
2013-02-17Don't trim whitespace in folder names (#1488955)Aleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2013-01-07Support tls:// prefix in managesieve_host optionAleksander Machniak
2012-12-21Update changelog, set version to 6.1Aleksander Machniak
2012-11-06Fix watermark in a frame regressionAleksander Machniak
2012-10-03Fix so scripts listed in managesieve_filename_exceptions aren't displayed on ...Aleksander Machniak
2012-09-24Added request size limits detection and script corruption prevention (#1488648)Aleksander Machniak
2012-09-21Change default port to 4190 (IANA-allocated), add port auto-detection (#1488713)Aleksander Machniak
2012-09-20Set default importance to normalAleksander Machniak
2012-09-20Enable notify action for notify extensionAleksander Machniak
2012-09-14Sieve enotify/notify:Paweł Słowik
2012-08-30Sieve enotify/notify - GUIPaweł Słowik
2012-07-30Fixes after default->classic switchAleksander Machniak
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-07-24Fix performance issue in message_headers_output hook handling,Aleksander Machniak
2012-07-23Fixed PHP warning, added check for allowed characters in variable nameAleksander Machniak
2012-07-23Added translation for variable modifiersAleksander Machniak
2012-07-23Added GUI for variables setting - RFC5229 (patch from Paweł Słowik)Aleksander Machniak
2012-06-21Fixed custom header name validity check, made RFC2822-compliantAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-04-05- Larry skin supportalecpl
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are not...thomascube
2010-03-20moved pluginstill
2010-03-18- Managesieve: Added import from Horde-INGOalecpl
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alecpl
2010-02-21Use rcmail::imap_connect() to establish IMAP connections; always initialize r...thomascube
2010-02-06- Fix handling of "<>" characters in filter names (#1486477)alecpl
2010-01-12- Fix problem with '<' and '>' characters in header tests (#1486391)alecpl
2009-11-30- write error to log if connection to managesieve server cannot be establishedalecpl
2009-11-02- Managesieve 2.0: multi-script supportalecpl