Name Description Size
data
head.js Sync the messages for the specified folder. @param {nsIMsgIncomingServer} incomingServer @param {nsIMsgFolder} folder 1750
test_delete_model_trash_path.js Trigger the `deleteMessages` operation and return a promise that resolves on completion. @param {nsIMsgFolder} folder @param {[nsIMsgDBHdr]} headersToDelete 4897
test_ewsAttachmentSaves.js Tests EWS save and detach attachments. This should closely match mailnews/imap/test/unit/test_imapAttachmentSaves.js 5168
test_ewsFilters.js Test that basic filtering is applied to incoming messages. 3867
test_folder_operations.js 3624
test_folder_sync.js Tests that triggering a folder hierarchy sync via `nsIMsgFolder::GetNewMessages` correctly populates subfolders. 10047
test_item_operations.js @type {EwsServer} 20808
test_item_operations_exchange_2010.js Tests that marking messages as junk works when the server does not support the `MarkAsJunk` operation. This means marking as junk should result in a `MoveItem` operation from the original folder to the junk folder, and unmarking as junk should result in a `MoveItem` operation from the junk folder to the inbox folder. 4736
test_saveDraft.js 1914
test_send.js Tests that the EWS outgoing server implementation properly authenticates when configured to use Basic (password) auth. 3528
test_server_version.js Instantiate an EWS client and use it to send a request to the mock EWS server. The request is a connectivity check, because it's a simple request with no parameters, but could be any operation, since we only care about the SOAP headers (and not the SOAP body). 8321
test_syncFolderHierarchy.js An EWS client implementation against which we will test. @type {IEwsClient} 4380
test_syncMessagesForFolder.js An EWS client implementation against which we will test. @type {IEwsClient} 16196
test_undo.js @type {EwsServer} 7700
xpcshell.toml 477