diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-18 11:00:48 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-18 11:00:48 +0000 |
| commit | 1d55886040bfbcbdf6398bb34744efe3feba3453 (patch) | |
| tree | e1de9e0004f3c7c69f8e59df433c6bea89495d49 /plugins/managesieve/Changelog | |
| parent | 54d51d003c92e83e2c63ee28eef76af3fd3fb3c8 (diff) | |
- Fix handling of non-safe characters (double-quote, backslash)
or UTF-8 characters (dovecot's implementation bug workaround)
in script names
git-svn-id: https://svn.roundcube.net/trunk@4562 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/managesieve/Changelog')
| -rw-r--r-- | plugins/managesieve/Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/managesieve/Changelog b/plugins/managesieve/Changelog index 40b242f7e..9b54c5e42 100644 --- a/plugins/managesieve/Changelog +++ b/plugins/managesieve/Changelog @@ -1,5 +1,8 @@ - Fix fileinto target is always INBOX (#1487776) - Fix escaping of backslash character in quoted strings (#1487780) +- Fix handling of non-safe characters (double-quote, backslash) + or UTF-8 characters (dovecot's implementation bug workaround) + in script names * version 4.0 [2011-02-10] ----------------------------------------------------------- |
