diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-03-31 16:07:51 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-03-31 16:07:51 +0200 |
commit | 0a4e0921d3c4e4e1e485f43dc05bf0447fbc846a (patch) | |
tree | 6046fd38b10ee1e21cdd104e7a9bfcd5ba16ee16 /CHANGELOG | |
parent | e6c1e0c6383ae4b138080bcfa033e13f9576ecad (diff) |
Plugin API: Added message_ready hook - the last chance to modify Mail_Mime object before saving or sending the message
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ CHANGELOG Roundcube Webmail - Password plugin: Added 'kpasswd' driver by Peter Allgeyer - Add initdb.sh to create database from initial.sql script with prefix support (#1490188) - Plugin API: Added message_part_body hook +- Plugin API: Added message_ready hook - Plugin API: Add special onload() method to execute plugin actions before startup (session and GUI initialization) - Fix handling of %-encoded entities in mailto: URLs (#1490346) - Fix zipped messages downloads after selecting all messages in a folder (#1490339) |