summaryrefslogtreecommitdiff
path: root/plugins/managesieve/managesieve.php
AgeCommit message (Collapse)Author
2011-07-28- Fixed bug where wrong folders hierarchy was displayed on folders listingalec
git-svn-id: https://svn.roundcube.net/trunk@4983 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-24- Fixed regex extension (error: regex require missing)alec
git-svn-id: https://svn.roundcube.net/trunk@4806 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Fixed mod_mailbox() usage after last changes in rcube_imap class alec
git-svn-id: https://svn.roundcube.net/trunk@4740 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-07- Update version numberalec
git-svn-id: https://svn.roundcube.net/trunk@4597 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-07- Fix saving of a script using flags extension on servers with imap4flags ↵alec
support (#1487825) git-svn-id: https://svn.roundcube.net/trunk@4596 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-13- Fix escaping of backslash character in quoted strings (#1487780)alec
git-svn-id: https://svn.roundcube.net/trunk@4536 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-12- Fix fileinto target is always INBOX (#1487776)alec
git-svn-id: https://svn.roundcube.net/trunk@4530 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-10- Change version number back to 4.0alec
git-svn-id: https://svn.roundcube.net/trunk@4526 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-10- Moved javascript code from skin templates into managesieve.js filealec
git-svn-id: https://svn.roundcube.net/trunk@4525 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-10- rcube_sieve_script class moved to separate filealec
git-svn-id: https://svn.roundcube.net/trunk@4524 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-10- Added support for vacation :subject field (#1487120) alec
git-svn-id: https://svn.roundcube.net/trunk@4523 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-10- Added setflag/addflag/removeflag support (#1487449) alec
git-svn-id: https://svn.roundcube.net/trunk@4522 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-10- Added :regex and :matches support (#1487746)alec
git-svn-id: https://svn.roundcube.net/trunk@4521 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
git-svn-id: https://svn.roundcube.net/trunk@4485 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-01- Make managesieve_disabled_extensions to be case insensitive, small CS fixesalec
git-svn-id: https://svn.roundcube.net/trunk@4478 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-20- Apply forgotten changes for form errors handlingalec
- Fix handling of scripts with CRLF line separator git-svn-id: https://svn.roundcube.net/trunk@4241 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-25- Added support for SASL proxy authentication (#1486691)alec
git-svn-id: https://svn.roundcube.net/trunk@4133 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-10- Added popups with form errorsalec
- Removed nonexisting 'wrongformat' label usage git-svn-id: https://svn.roundcube.net/trunk@4071 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-10- Support relational operators and i;ascii-numeric comparator (RFC3431)alec
git-svn-id: https://svn.roundcube.net/trunk@4068 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4010 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-04- Use localized size units (#1486976)alec
git-svn-id: https://svn.roundcube.net/trunk@3939 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-02- Fixed vacation parameters parsing (#1486883)alec
git-svn-id: https://svn.roundcube.net/trunk@3855 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-08- Added managesieve_auth_type option (#1486731)alec
git-svn-id: https://svn.roundcube.net/trunk@3808 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-06- Added support for copying and copy sending of messages (COPY extension)alec
git-svn-id: https://svn.roundcube.net/trunk@3805 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03- Support %n and %d variables in managesieve_host optionalec
git-svn-id: https://svn.roundcube.net/trunk@3703 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-10- Fix Fatal error: Call to undefined method managesieve::check_email()alec
git-svn-id: https://svn.roundcube.net/trunk@3605 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-04- Fix download button state when sets list is emptyalec
- Fix errors when sets list is empty - Code re-formatting git-svn-id: https://svn.roundcube.net/trunk@3593 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-04- Fix filters set activation, add possibility to deactivate sets (#1486699)alec
git-svn-id: https://svn.roundcube.net/trunk@3592 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- managesieve: import/exportalec
git-svn-id: https://svn.roundcube.net/trunk@3460 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-20moved pluginstill
git-svn-id: https://svn.roundcube.net/trunk@3394 208e9e7b-5314-0410-a742-e7e81cd9613c