summaryrefslogtreecommitdiff
path: root/plugins/managesieve/managesieve.php
AgeCommit message (Expand)Author
2014-08-05 c'est la merde..workingHugues Hiegel
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
2009-10-14- Added server-side e-mail address validation with 'email_dns_check' option (...alecpl
2009-09-20- Fix first rule deleting (#1486140)alecpl
2009-09-17- Support multiple managesieve hosts using %h variable in managesieve_host op...alecpl
2009-09-08- managesieve: Fix handling of "true" as "anyof (true)" testalecpl
2009-09-04- managesieve: added 'managesieve_mbox_encoding' optionalecpl
2009-07-24- support plugin's config filealecpl
2009-06-28- Managesieve: support IMAP namespaces (#1485943)alecpl
2009-05-28- header lists: change one-item array to stringalecpl
2009-05-27- Added support for headers lists (coma-separated) in rulesalecpl