Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: dodjango on June 02, 2026, 05:12:07 PM

Title: paperless_attach – attach Paperless-ngx documents directly from the Roundcube co
Post by: dodjango on June 02, 2026, 05:12:07 PM
What it is
I built a plugin that brings Paperless-ngx (a self-hosted document management system) into the Roundcube compose window: attach documents from Paperless directly while writing an email, instead of downloading and re-uploading them.

My typical use case: replying to an email and attaching a document I already have filed in Paperless — hit "Attach from Paperless", search, pick, send. 

What it does
 

Implementation notes
 

Install
composer require dodjango/paperless_attach
Code & docs (GPL-3.0): github.com/dodjango/roundcube-paperless-attach (https://github.com/dodjango/roundcube-paperless-attach)

  Feedback welcome — issues and PRs appreciated.
Title: Re: paperless_attach – attach Paperless-ngx documents directly from the Roundcube co
Post by: dodjango on June 07, 2026, 04:10:12 PM
Small update — it now works both ways

In addition to attaching Paperless documents while composing, you can now save an attachment from a received email straight into Paperless without leaving Roundcube:


Shipped in v1.2.0. Code, install & docs: https://github.com/dodjango/roundcube-paperless-attach — composer require dodjango/paperless_attach

Feedback and testing on other 1.6.x or 1.7.x setups is very welcome!