Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
(#1490046)
|
|
|
|
|
|
Rcube_message_part::body content should never be modified by code out of the rcube_message.
Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
|
|
|
|
|
|
|
|
|
|
939380da
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
composer.json-dist.
Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'.
For direct git checkouts, copy composer.json-dist into composer.json and run
`php composer.phar install` to install the dependencies.
|
|
|
|
|
|
|
|
version checks
|
|
add include_plugin function for optional plugins
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix incorrect thumbnail rotation with GD and exif orientation data (#1490029)
|
|
|