On 6/11/19 10:06 AM, Vladimir Gorpenko wrote: > Hi! > > I would like to be able to immediately enter the RoundCube in the mode of > creating a new > letter by url from another application.
POST is not supported, but you can use GET. https://rcmail.a.b?_task=mail&_action=compose&to=mailto:some@email?subject=test Supported fields: 'to', 'cc', 'bcc', 'reply-to', 'in-reply-to', 'references', 'subject', 'body'. POST data would be lost in a logon process anyway, but I guess you can do something using plugin API. -- Aleksander 'A.L.E.C' Machniak Kolab Groupware Developer [http://kolab.org] Roundcube Webmail Developer [http://roundcube.net] ---------------------------------------------------- PGP: 19359DC1 # Blog: https://kolabian.wordpress.com _______________________________________________ Roundcube Development discussion mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/dev
