Roundcube Community Forum

Release Support => Pending Issues => Topic started by: david000 on September 25, 2014, 12:02:48 PM

Title: Can Roundcube be configured to recognise URL type?
Post by: david000 on September 25, 2014, 12:02:48 PM
Hi,

Is it possible to configure roundcube to recognise URL's such as:

quotewerks://blablabla

We're using this type of URL to move data from a web form response to an application on the local machine, where this url form triggers the application to start.

Other webmail clients seem to recognise the form but it would be nice to continue to use Roundcube.

thanks in advance

David
Title: Re: Can Roundcube be configured to recognise URL type?
Post by: alec on September 26, 2014, 02:23:46 AM
You have two options:
1. Send HTML mail
2. Modify the code in rcube_string_replacer::link_callback().
Title: Re: Can Roundcube be configured to recognise URL type?
Post by: david000 on September 26, 2014, 04:06:11 AM
Cheers for the reply.

Is option 2 straight forward for a 'script kiddy' tech level ?  ;)