[dev] Create-Message-Link with subject?
Sebastian Birnbach
birnbacs at gmail.com
Thu Apr 5 08:16:12 UTC 2018
2018-04-04 22:26 GMT+02:00 Jan Schneider <jan at horde.org>:
>
> Zitat von Sebastian Birnbach <birnbacs at gmail.com>:
>
>
> Turba offers a link for message composition out of an address book entry.
>> A typical link might look like this:
>>
>> <a href="javascript:void(window.open('/imp/dynamic.php?page=com
>> pose&to=nobody%40nowhere.loopback.edu&popup=1','','
>> width=820,height=610,status=1,scrollbars=yes,resizable=yes'))"
>> title="nobody at nowhere.loopback.edu">nobody at nowhere.loopback.edu</a>
>>
>> I reproduced such links in my own application. Now, it would be nice
>> to supply a message subject in the link as well. Is this possible?
>>
>> Thanks
>>
>> birnbacs
>>
>
> With the "subject" URL parameter.
>
Thanks Jan,
javascript:void(window.open('/imp/dynamic.php?page=compose&to=nobody%
40nowhere.loopback.edu
&subject=something&popup=1','','width=820,height=610,status=1,scrollbars=yes,resizable=yes'))
does the trick. I noticed that cc and bcc are also available as options. Is
there any documentation on this? I don't want to be missing any of the
available cool features.
birnbacs
More information about the dev
mailing list