ti.email-wakamiti-plugin.1.1.0.source-code.iti_wakamiti_wakamiti-email.properties Maven / Gradle / Ivy
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
email.define.host=the email server at {host:text}:{port:int} using the protocol {protocol:word}
email.define.login=the email user with address {address:text} and password {password:text}
email.define.folder=the email folder {text}
email.assert.unread.messages=(that) the number of unread emails {integer-assertion}
email.assert.incoming.message=(that) a new email is received within {sec:integer} seconds
email.assert.subject=(that) the subject of the email {text-assertion}
email.assert.sender=(that) the sender of the email {text-assertion}
email.assert.body=(that) the body of the email is:
email.assert.body.partially=(that) the body of the email contains:
email.assert.body.file=(that) the body of the email is the content of the file {file}
email.assert.body.file.partially=(that) the body of the email contains the content of the file {file}
email.assert.attachment.number=(that) the number of attachments in the email {integer-assertion}
email.assert.attachment.name=(that) the email has an attached file whose name {text-assertion}
email.assert.attachment.content.binary.file=(that) the email has an attached file with the content of the binary file {file}
email.assert.attachment.content.text.file=(that) the email has an attached file with the content of the text file {file}
email.assert.attachment.content.document=(that) the email has an attached file with the following content:
email.cleanup.delete.emails.from=At finish, delete all emails whose sender {text-assertion}
email.cleanup.delete.emails.with.subject=At finish, delete all emails whose subject {text-assertion}