Name Description Size Coverage
browser.toml 536 -
browser_basic_notifications.js Waits for a call to the alerts service, and tests it is as expected. @param {string} expectedSender - The name of the expected message's author. @param {string} expectedCookie - Part of the expected message's URI, to check it is the right message. 4805 -
browser_feedback.js Tests that syncing an entire account results in the expected updates to the status bar. 8185 -
browser_folder_props.js Test that the correct options and strings are shown in the folder properties dialog. 3298 -
browser_message_search_dialog.js Tests that EWS accounts show up in the "Message Search" dialog's folder picker. What folders show up in there is defined at the server level (via `nsIMsgIncomingServer::GetCanSearchMessages`) so if the server is shown, we can assume its folders will be there as well. 1854 -
browser_openPGP.js Test that a message with an OpenPGP signature is properly picked up and showed to the user. 4756 -
browser_password_prompt.js Tests that the current operation is aborted if the user cancels a password prompt. 1968 -
browser_remote_content_blocking.js Tests that remote content in EWS messages is blocked by default, inline with other protocols. 5696 -
browser_repair_folder.js Test that repairing a folder triggers a resync of the folder's message list from scratch. 4074 -
head.js Sync the messages for the specified folder. @param {nsIMsgIncomingServer} incomingServer - The incoming server to use for syncing. @param {nsIMsgFolder} folder - The specific folder to sync on this server. 3375 -