Uses of Class
com.mimecast.robin.smtp.transaction.Transaction
Packages that use Transaction
Package
Description
The core framework for asserting the results of test cases.
The heart of the Robin application, providing core SMTP client and server functionalities.
Represents a single SMTP transaction, from connection to termination.
-
Uses of Transaction in com.mimecast.robin.assertion
Method parameters in com.mimecast.robin.assertion with type arguments of type TransactionModifier and TypeMethodDescriptionprivate voidAssert.assertTransactions(List<Transaction> transactions, String regex) Run regex assertions against transaction. -
Uses of Transaction in com.mimecast.robin.smtp
Method parameters in com.mimecast.robin.smtp with type arguments of type TransactionModifier and TypeMethodDescriptionprivate voidEmailDelivery.logErrors(List<Transaction> errors) Log errors. -
Uses of Transaction in com.mimecast.robin.smtp.transaction
Fields in com.mimecast.robin.smtp.transaction with type parameters of type TransactionModifier and TypeFieldDescriptionprivate final List<Transaction> TransactionList.transactionsLogs SMTP transaction.Methods in com.mimecast.robin.smtp.transaction that return TransactionModifier and TypeMethodDescriptionEnvelopeTransactionList.getData()Gets DATA transaction.Gets last SMTP transaction of defined verb.EnvelopeTransactionList.getMail()Gets MAIL transaction.Transaction.setError(boolean error) Sets the SMTP command error.Transaction.setPayload(String payload) Sets the SMTP command payload.Transaction.setResponse(String response) Sets the SMTP command response.Methods in com.mimecast.robin.smtp.transaction that return types with arguments of type TransactionModifier and TypeMethodDescriptionEnvelopeTransactionList.getBdat()Gets BDAT transactions.TransactionList.getErrors()Gets logs for errors.EnvelopeTransactionList.getRcpt()Gets RCPT transactions.EnvelopeTransactionList.getRcptErrors()Gets RCPT errors logs.TransactionList.getTransactions()Gets transactions list.TransactionList.getTransactions(String command) Gets logs for command.