nicofrand / roundav
Roundcube plugin allowing to save attachments to a WebDAV server & insert attachments from it
Package info
Language:JavaScript
Type:roundcube-plugin
pkg:composer/nicofrand/roundav
2.0.2
2026-04-06 12:40 UTC
Requires
- league/flysystem: ^3.0
- league/flysystem-webdav: ^3.29
- sabre/dav: ^4.6
This package is auto-updated.
Last update: 2026-07-14 05:52:56 UTC
README
This plugin is a fork of Roundcube-Plugin-Roundrive, itself “largely inspired by the plugin kolab_file”.
It can be used to connect to a WebDAV storage (like Nextcloud) from Roundcube to save attachments to the WebDAV storage or insert attachments from it...
License
This plugin is released under the GNU Affero General Public License Version 3.
Credits
The "create a subdirectory" folder icon is "Folder Plus" from SVG Repo.
Install
- Place this plugin folder into plugins directory of Roundcube.
- Run
composer install --no-devinside this folder. - Add
roundavto$config['plugins']in your Roundcube config.