fix(outbox): catch failed SENT copy operation #3095
Annotations
10 errors
Run coding standards check:
lib/Db/LocalMessage.php#L204
lib/Db/LocalMessage.php:204:29: UndefinedMagicMethod: Magic method OCA\Mail\Db\LocalMessage::getmdnrequested does not exist (see https://psalm.dev/219)
|
Run coding standards check:
lib/Events/BeforeMessageSentEvent.php#L88
lib/Events/BeforeMessageSentEvent.php:88:3: InaccessibleProperty: OCA\Mail\Events\BeforeMessageSentEvent::$localMessage is marked readonly (see https://psalm.dev/054)
|
Run coding standards check:
lib/Events/MessageSentEvent.php#L91
lib/Events/MessageSentEvent.php:91:3: InaccessibleProperty: OCA\Mail\Events\MessageSentEvent::$localMessage is marked readonly (see https://psalm.dev/054)
|
Run coding standards check:
lib/Events/OutboxMessageStatusChangeEvent.php#L40
lib/Events/OutboxMessageStatusChangeEvent.php:40:3: InaccessibleProperty: OCA\Mail\Events\OutboxMessageStatusChangeEvent::$message is marked readonly (see https://psalm.dev/054)
|
Run coding standards check:
lib/Service/MailTransmission.php#L183
lib/Service/MailTransmission.php:183:10: UndefinedMethod: Method OCA\Mail\Service\MailTransmission::handleAttachments does not exist (see https://psalm.dev/022)
|
Run coding standards check:
lib/Service/MailTransmission.php#L276
lib/Service/MailTransmission.php:276:62: InvalidArgument: Argument 3 of OCA\Mail\Events\BeforeMessageSentEvent::__construct expects OCA\Mail\Model\IMessage, but OCA\Mail\Db\Message|null provided (see https://psalm.dev/004)
|
Run coding standards check:
lib/Service/MailTransmission.php#L276
lib/Service/MailTransmission.php:276:70: InvalidArgument: Argument 4 of OCA\Mail\Events\BeforeMessageSentEvent::__construct expects Horde_Mime_Mail, but OCA\Mail\Model\IMessage provided (see https://psalm.dev/004)
|
Run coding standards check:
lib/Service/MailTransmission.php#L276
lib/Service/MailTransmission.php:276:80: InvalidArgument: Argument 5 of OCA\Mail\Events\BeforeMessageSentEvent::__construct expects OCA\Mail\Db\LocalMessage, but Horde_Mime_Mail provided (see https://psalm.dev/004)
|
Run coding standards check:
lib/Service/MailTransmission.php#L291
lib/Service/MailTransmission.php:291:56: InvalidArgument: Argument 3 of OCA\Mail\Events\MessageSentEvent::__construct expects OCA\Mail\Model\IMessage, but OCA\Mail\Db\Message|null provided (see https://psalm.dev/004)
|
Run coding standards check:
lib/Service/MailTransmission.php#L291
lib/Service/MailTransmission.php:291:64: InvalidArgument: Argument 4 of OCA\Mail\Events\MessageSentEvent::__construct expects Horde_Mime_Mail, but OCA\Mail\Model\IMessage provided (see https://psalm.dev/004)
|
Loading