зеркало из https://github.com/mozilla/gecko-dev.git
implemented forward message as attachment & inline; a=mcafee
This commit is contained in:
Родитель
54829b853b
Коммит
7aa0b17efa
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "nsrootidl.idl"
|
||||
#include "domstubs.idl"
|
||||
#include "xulstubs.idl"
|
||||
#include "nsIRDFCompositeDataSource.idl"
|
||||
|
@ -76,5 +77,7 @@ interface nsIMessenger : nsISupports {
|
|||
void SetDocumentCharset(in wstring characterSet);
|
||||
void saveAs(in string url, in boolean asFile);
|
||||
void openAttachment(in string url, in string displayName, in string messageUri);
|
||||
void forwardMessages(in nsIDOMNodeList messages,
|
||||
in PRInt32 type);
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче