Skip to content

Commit

Permalink
fixup! Implement Reply-To header support when replying
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Feb 27, 2024
1 parent e856fe7 commit 318124f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/Model/IMAPMessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public function testSerialize() {
'to' => [ [ 'label' => '[email protected]', 'email' => '[email protected]' ] ],
'cc' => [ [ 'label' => '[email protected]', 'email' => '[email protected]' ] ],
'bcc' => [ [ 'label' => '[email protected]', 'email' => '[email protected]' ] ],
'replyTo' => [ [ 'label' => '[email protected]', 'email' => '[email protected]' ] ],
'subject' => 'subject',
'dateInt' => 1451606400,
'flags' => [
Expand Down

0 comments on commit 318124f

Please sign in to comment.