On 08/30/2016 09:08 PM, Kyle Francis wrote:
How do I 'load the message as before'? The first time it is loaded is by selecting the message from the inbox. If I post back the session-key and message UID, can I go about 're-loading' the message and then have access to the plugin hooks and message parser?
I was thinking about simple:
rcmail.location_href(location.href + '&_session_key=XXX');
but that would be GET, if you want POST you'd need to create a hidden form and submit it, I suppose.