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