Fetch
Fetch copied to clipboard
An IMAP library for PHP
I have the following code $attachments = $message->getAttachments(); $attachmentPath = "storage path"; foreach ($attachments as $attachment) { $attachment->saveToDirectory($attachmentPath); } Now and then when I call saveToDirectory method I get the...
Please implement `Message::__toString()` which returns unparsed email
This was reported before in #95 and supposedly fixed in #96 but the fix does not work - it actually does not check for the existence of the host property....
Hello, I have a case where I need to connect to a server running on port 143, with TLS and Plain U/P authentication I've modded the code to use TLS...
I'm trying to set two flags to connect to a shared inbox. However when I use following commands, Only one flag get set. ``` $server = new Server($config->mailserver->host, $config->mailserver->port); $server->setAuthentication(USER_NAME,...
Hi, Will you implement an oAuth authentication for IMAP? See info here https://github.com/google/gmail-oauth2-tools/issues/18
This PR is a fix for #152