Fetch
Fetch copied to clipboard
An IMAP library for PHP
$server->getRecentMessages() isn't working. Returns an empty string.
I'm just curious how this will test. I realize how bad at github I am too :P
This PR fixes #181 and partly reverts changes done in #96 to fix #95.
A buggy vacation message I receive doesn't set correctly the headers, so no subject is given.
I have this code that is not working, when looping through unseen messages, i am getting an error Message construct issue > RuntimeException: Error fetching overview in Message->getOverview() (line 249...
Master
Fixed empty subject error from Message.php
In My Gmail Inbox I can see the actual subject.  But I am getting subject from Message.php class is > =?UTF-8?Q?Fwd:_Snapchat_Spectacles!_(and_5_other_phys?= >...
Hi, Is it possible to add a unique identifier to filenames when trying to save them? If someone sent me "image.jpeg", and I get a new email with "image.jpeg", the...
imap_reopen() is called every time setImapStream() is called, which is a huge performance problem. It should only be called if getServerString() has changed since the last imap_reopen() or imap_open()