public function inbox(string $handle): Inbox
    {
        $this->logger()->info($handle . ':' . __METHOD__);

        if (! isset($this->inboxes[$handle])) {