Roundcube

From braindump
Revision as of 23:32, 22 May 2012 by Uroesch (talk | contribs) (→‎Use as mailto provider)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Roundcube is a web based mail client.

This is a collection of random ramblings regarding working with it.

Use as mailto provider

The base url is as follows:

https://<host>/?_task=mail&_action=compose&_to=<email address>

To add this to firefox follow the steps outlined in the links below and then use the javascript exerpt further down:

For Firefox 3 up to 5
For Firefox 6 and higher
javascript:navigator.registerProtocolHandler('
   mailto,
  'https://<host>/?_task=mail&_action=compose&_to=%s',
  'Roundcube'
);