summaryrefslogtreecommitdiff
path: root/roundcubemail/CHANGELOG
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-26 13:10:27 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-11-26 13:10:27 +0000
commit3f73b9ac89a991f1ffa46da2ea6c0cb63e054d70 (patch)
tree5c4d7a1e308530b819d8b3f07bb230e1c0a79118 /roundcubemail/CHANGELOG
parente6de9961b20c079d0a11624659d220cf93cf233c (diff)
- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)
git-svn-id: https://svn.roundcube.net/trunk@5493 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/CHANGELOG')
-rw-r--r--roundcubemail/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index 22163d9b8..6d30f0922 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)
- Fix handling contact photo url with https:// prefix (#1488202)
- Prevent from memory_limit exceeding when trying to parse big messages bodies (#1487424)
- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook (#1487937)