chrisfritsche

Results 1 comments of chrisfritsche

Hi Guys, look what @barryvdh says [here](https://github.com/beyondcode/laravel-mailbox/issues/46#issuecomment-557805311). So you can retrieve the email and have something like this: $incomingMail = $this->mailbox->getRawMail($id); $message = InboundEmail::fromMessage($incomingMail); $message->save(); In hope this can help...