laravel-mailbox icon indicating copy to clipboard operation
laravel-mailbox copied to clipboard

IMAP or POP driver?

Open Thyrosis opened this issue 5 years ago • 5 comments

Hi!

Didn't see this in the documentation nor in the issues.

Is it just me, or is there no way to open up an IMAP or POP connection to a regular mailbox?

Anyone know of a driver to do that?

Thanks, Maarten

Thyrosis avatar Oct 11 '19 07:10 Thyrosis

Hi,

Also looking for this. Perhaps any tips on how to extend DriverInterface?

Thanks, Bert

ditsbroefs avatar Nov 22 '19 08:11 ditsbroefs

Hi,

Thanks for developing this package! Sad that there is still no answer. Just found this package and would like to use it with my own mailserver.

SkDeWw avatar Feb 14 '20 15:02 SkDeWw

Hi Guys,

look what @barryvdh says here.

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 you.

chrisfritsche avatar Mar 24 '20 14:03 chrisfritsche

It would be nice to provide a driver with an artisan command that would be run to provide pull feature from an imap server. At least a standardized way to do it with the package.

philippejadin avatar Jun 01 '20 08:06 philippejadin

Same with comment-586350369

jyxjjj avatar Jun 28 '22 03:06 jyxjjj