Skip to content

Adding support for roundcube #3

@liliakai

Description

@liliakai

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:

  1. Use regex or DOM element selection to search for the relevant token
  2. Construct and fetch the raw email download url, ex:
 https://mail.riseup.net/rc/?_task=mail&_save=1&_uid=1&_mbox=INBOX&_action=viewsource&_token=MESSAGE_ID

See also: relevant notes in CONTRIBUTING.md and examples in contentScript.js.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions