1 | <?php |
||
10 | final class ConsoleBackend implements BackendInterface |
||
11 | { |
||
12 | /** |
||
13 | * @param EmailAddress $mailbox |
||
14 | * @return bool |
||
15 | */ |
||
16 | 1 | public function contains(EmailAddress $mailbox): bool |
|
20 | |||
21 | /** |
||
22 | * @param EmailAddress $mailbox |
||
23 | * @param MessageInterface $message |
||
24 | * @param string $folder |
||
25 | */ |
||
26 | 1 | public function store(EmailAddress $mailbox, MessageInterface $message, string $folder): void |
|
30 | } |
||
31 |