From 318124fcea151233969545d1e9f64d5e8cb6fc7e Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 27 Feb 2024 20:18:11 +0100 Subject: [PATCH] fixup! Implement Reply-To header support when replying Signed-off-by: Christoph Wurst --- tests/Unit/Model/IMAPMessageTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Unit/Model/IMAPMessageTest.php b/tests/Unit/Model/IMAPMessageTest.php index 29f9c7ecd5..1390a38318 100644 --- a/tests/Unit/Model/IMAPMessageTest.php +++ b/tests/Unit/Model/IMAPMessageTest.php @@ -147,6 +147,7 @@ public function testSerialize() { 'to' => [ [ 'label' => 'to@mail.com', 'email' => 'to@mail.com' ] ], 'cc' => [ [ 'label' => 'cc@mail.com', 'email' => 'cc@mail.com' ] ], 'bcc' => [ [ 'label' => 'bcc@mail.com', 'email' => 'bcc@mail.com' ] ], + 'replyTo' => [ [ 'label' => 'reply-to@mail.com', 'email' => 'reply-to@mail.com' ] ], 'subject' => 'subject', 'dateInt' => 1451606400, 'flags' => [