Fetch
Fetch copied to clipboard
An IMAP library for PHP
I think something is wrong with composer for 0.7.1 - It' not downloading MIME.php file
Also destructor method for error cleanup. Otherwise PHP would trigger an PHP Notice while in shutdown. For the bug report see this issue: https://bugs.php.net/bug.php?id=65455
Add documentation to project repo.
How can I clean the message body being returned by Fetch? I am using gmail as email provider and every email contains unnecessary texts and base64 encoded objects. Is it...
Can anyone help me on it?! How can I use the saveToDirectory() with HTML anchor tag , like, give the user the ability to save the attachments that came with...
Added detection and handling for inlined images attachments.
The following code takes ages to run and it crashes my server: $messages = $server->getMessages(100); Looks like it loads all the possible details about every message, but how am I...
Calling imap_errors() to clear the error stack and prevent errors and notices from popping up in the output. Any errors are returned as the function result. Function is also implicitly...