Skip to content

Commit

Permalink
fixup! feat: move messages to junk folder
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Aug 7, 2023
1 parent cc52e74 commit d8fb535
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Integration/Db/MailAccountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public function testToAPI() {
'smimeCertificateId' => null,
'quotaPercentage' => 10,
'trashRetentionDays' => 60,
'junkMailboxId' => null,
'moveJunk' => false
], $a->toJson());
}

Expand Down Expand Up @@ -111,6 +113,8 @@ public function testMailAccountConstruct() {
'smimeCertificateId' => null,
'quotaPercentage' => null,
'trashRetentionDays' => 60,
'junkMailboxId' => null,
'moveJunk' => false,
];
$a = new MailAccount($expected);
// TODO: fix inconsistency
Expand Down

0 comments on commit d8fb535

Please sign in to comment.