Skip to content

Commit b805e54

Browse files
feat: jmap support - part 2
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
1 parent 3ceb6c9 commit b805e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Contracts/IMessageConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function syncAll(Account $account, bool $force = false): void;
3232
*
3333
* @param int[]|null $knownUids
3434
*/
35-
public function syncMessages(Account $account, Mailbox $mailbox, bool $force = false): SyncResult;
35+
public function syncMailbox(Account $account, Mailbox $mailbox, LoggerInterface $logger, int $criteria, ?array $knownUids = null, bool $force = false): SyncResult;
3636

3737
/**
3838
* Fetch a single message envelope (and optionally its body).

0 commit comments

Comments
 (0)