| browser.toml |
|
504 |
| 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.
|
4706 |
| browser_feedback.js |
Tests that syncing an entire account results in the expected updates to the
status bar.
|
8086 |
| browser_folder_props.js |
Test that the correct options and strings are shown in the folder properties
dialog.
|
3297 |
| 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.
|
1853 |
| browser_openPGP.js |
Test that a message with an OpenPGP signature is properly picked up and
showed to the user.
|
4685 |
| browser_remote_content_blocking.js |
Tests that remote content in EWS messages is blocked by default, inline with
other protocols.
|
5597 |
| browser_repair_folder.js |
Test that repairing a folder triggers a resync of the folder's message list
from scratch.
|
4073 |
| 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.
|
3180 |