summaryrefslogtreecommitdiff
path: root/plugins/managesieve/Changelog
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-02-18 11:00:48 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-02-18 11:00:48 +0000
commit1d55886040bfbcbdf6398bb34744efe3feba3453 (patch)
treee1de9e0004f3c7c69f8e59df433c6bea89495d49 /plugins/managesieve/Changelog
parent54d51d003c92e83e2c63ee28eef76af3fd3fb3c8 (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/Changelog3
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]
-----------------------------------------------------------