mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
parent
97e994c45a
commit
38d6dbd4bd
3 changed files with 51 additions and 28 deletions
|
|
@ -16,8 +16,14 @@ interface nsIX509Cert;
|
|||
[scriptable, uuid(25380FA1-E70C-4e82-B0BC-F31C2F41C470)]
|
||||
interface nsIMsgSMIMEHeaderSink : nsISupports
|
||||
{
|
||||
void signedStatus(in long aNestingLevel, in long aSignatureStatus, in nsIX509Cert aSignerCert);
|
||||
void encryptionStatus(in long aNestingLevel, in long aEncryptionStatus, in nsIX509Cert aReceipientCert);
|
||||
void signedStatus(in long aNestingLevel,
|
||||
in long aSignatureStatus,
|
||||
in nsIX509Cert aSignerCert,
|
||||
in AUTF8String aMsgNeckoURL);
|
||||
void encryptionStatus(in long aNestingLevel,
|
||||
in long aEncryptionStatus,
|
||||
in nsIX509Cert aReceipientCert,
|
||||
in AUTF8String aMsgNeckoURL);
|
||||
|
||||
long maxWantedNesting(); // 1 == only info on outermost nesting level wanted
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue