You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roundcube is the hosted webmail client for riseup users. In this client, raw .eml files can be downloaded from a particular url constructed using a special token associated with the message, and this token can be found in the DOM, which means support for this client can be added in the same way that gmail and yahoo are implemented:
Use regex or DOM element selection to search for the relevant token
Construct and fetch the raw email download url, ex:
Roundcube is the hosted webmail client for riseup users. In this client, raw .eml files can be downloaded from a particular url constructed using a special token associated with the message, and this token can be found in the DOM, which means support for this client can be added in the same way that gmail and yahoo are implemented:
See also: relevant notes in CONTRIBUTING.md and examples in contentScript.js.
The text was updated successfully, but these errors were encountered: