Hi, Can anyone tell me which XPCOM functions to use to save an email message from the messenger-composer window as .eml file? Can I do that with JavaScript? What I have found is the function saveAs (arg1,arg2,arg3,arg4) from the nsIMessenger interface. But I am having trouble to get arg1 and arg4. Arg1 should be an URI of the mailmessage and arg4 a nsIMsgWindow... Any suggestions?
