Displaying popup window for selected message
This plugin is for version 7 of the product and has not been ported to version 8 yet. We'll eventually be rewriting the existing plugins to v8 platform, please
let us know if you require this particular plugin there.
To find out which plugins have already been ported to v8, click
here.
This plugin adds an entry to context menu found at top-right corner of message preview pane. When that menu option is selected, popup window is opened. In that window, the following data are available: account ID, full folder name, message UID. So it's possible to get any information about the particular message - using Web API, for example.
Upon downloading and extracting plugin package, rename its main directory from:
plugin-popup-example-master
to:
popup-example
Then you'll need to deploy the plugin so that its index file is available at the following location:
data/plugins/popup-example/index.php
To enable the plugin, add the following to array defined in data/settings/config.php file:
'plugins.popup-example' => true,