This is a followup of this question.
Where I was building a google apps application - I can call a gmail compose message page from my application using the url:
However when I try to pass in the body parameter a very long line of text (like as a reply message body), I get an error from the Gmail stating that the REQUEST URI is too long.
Is there a better way to do this as in a way to fillin the text body box of gmail compose section? Or some way to open the page, and have it somehow prefilled with Javascript?