Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for roundcube #3

Open
liliakai opened this issue Jul 2, 2018 · 1 comment
Open

Adding support for roundcube #3

liliakai opened this issue Jul 2, 2018 · 1 comment

Comments

@liliakai
Copy link
Collaborator

liliakai commented Jul 2, 2018

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.

@mfc
Copy link
Member

mfc commented Jul 2, 2018

👍 you're a boss! thanks for investigating it and mapping it out for future dev work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants