Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

An IMAP library for PHP

Results 81 Fetch issues
Sort by recently updated
recently updated
newest added

$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...

Fixed empty subject error from Message.php

In My Gmail Inbox I can see the actual subject. ![screen shot 2016-09-28 at 5 14 16 pm](https://cloud.githubusercontent.com/assets/10737619/18912292/429c6356-859f-11e6-8147-a4ba8e90fb16.png) 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()