forked from Silverfish/proton-bridge
Integration test of sending and manual appending to Sent mailbox
This commit is contained in:
@ -211,6 +211,10 @@ func messagesContainsMessageRow(account *accounts.TestAccount, allMessages []int
|
||||
if message.ID != id {
|
||||
matches = false
|
||||
}
|
||||
case "externalid":
|
||||
if message.ExternalID != cell.Value {
|
||||
matches = false
|
||||
}
|
||||
case "from": //nolint[goconst]
|
||||
address := ctx.EnsureAddress(account.Username(), cell.Value)
|
||||
if !areAddressesSame(message.Sender.Address, address) {
|
||||
|
||||
Reference in New Issue
Block a user