Name Description Size Coverage
browser.toml 829 -
browser_displayVarious.js Test that a reply to a multipart/alternative message with two encrypted parts doesn't leak the secret plaintext from the second part. 3910 -
browser_encryptedUriCleanup.js When an encrypted message is displayed, its URI is remembered by gEncryptedURIService (used by the remote-content policy). That entry is forgotten again when navigating away, which involves re-deriving the message's necko URL. If the message can no longer be resolved (e.g. its account has been removed), the cleanup must still remove the remembered entry and must not throw and break the display of the next message (bug 2052976). Two complementary checks: one on the cleanup itself (the entries are gone), and one on the user-visible symptom (the next message still displays). 6286 -
browser_nestedSMimeSigs.js Test that a message containing two nested S/MIME signatures shows the contents of the inner signed message. 1547 -
browser_smimeSignedPartDispatch.js Ensure S/MIME messages that contain a multipart/signed part render correctly, no matter at which position in the MIME tree the signed part is found. The handler is picked from the protocol parameter of the part, so this must work on the first stream, without a reload. 3782 -
data -