Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMAP or POP driver? #47

Open
Thyrosis opened this issue Oct 11, 2019 · 5 comments
Open

IMAP or POP driver? #47

Thyrosis opened this issue Oct 11, 2019 · 5 comments

Comments

@Thyrosis
Copy link

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

@ditsbroefs
Copy link

Hi,

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

Thanks,
Bert

@SkDeWw
Copy link

SkDeWw commented Feb 14, 2020

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.

@chrisfritsche
Copy link

chrisfritsche commented Mar 24, 2020

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.

@philippejadin
Copy link

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.

@jyxjjj
Copy link

jyxjjj commented Jun 28, 2022

Same with comment-586350369

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants