meles / attachment_preview
Preview Attachment in message area instead of new tab
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:roundcube-plugin
Requires
- php: >=5.4
- roundcube/plugin-installer: >=0.1.3
This package is auto-updated.
Last update: 2025-01-11 23:35:48 UTC
README
Preview attachment in message area instead of new tab.
Usage
The plugin adds an option to the attachment menu, so you can preview the attachment right within the message area:
Install
Execute the following lines in your Roundcube plugins folder
wget -q https://github.com/jv-barsuk/roundcube_attachment_preview/archive/refs/heads/main.zip -O attachment_preview.zip; unzip attachment_preview.zip; mv roundcube_attachment_preview-main attachment_preview; rm attachment_preview.zip
add the plugin 'attachment_preview',
to the plugins list in your roundcube config file config/config.inc.php
:
$config['plugins'] = array(
'carddav',
'persistent_login',
'attachment_preview',
);