Fetch
Fetch copied to clipboard
An IMAP library for PHP
I noticed that the _sender_ and _from_ addresses are treated differently than the rest of the addresses by the getAddresses method in that only the first address listed for each...
Something I noticed as I was working on #121: with a fresh Vagrant environment, you can run the phpunit test suite once and everything passes. Run it again immediately, and...
Whilst parsing a message which contains an embedded image for someone's signature I came across an issue which caused the entire message including plain, html and base64 image parts to...
Server is currently a mutable object being able to authenticate, set the current mailbox, etc. By making immutable I mean increasing immutability to be able to: - authenticate to a...
Hi. I've been wondering why an email with plain text and html was not correctly read. It seems to happen only when the html part contains an inline image. In...
I see, that code is missing explicit `closeImapStream` (or similar) method - sometimes you may want to close connection and open it once again in one script, while creating new...
Pull request for #92
It would be awesome to extend the existing Message and Attachment classes. If there was an attribute on the Server for messageClass and on the Message class an attribute for...
We're using Fetch to grab emails and process attachments. I sent an email from Outlook for Mac with two other emails (.eml files) attached to it, one of which had...
"$message->getMessageBody(true)" contains plaintext and html content when the message is multipart/mixed and the message got the following content types: "Content-Type: multipart/alternative;" "Content-Type: text/plain;" "Content-Type: text/html;"