Fetch
Fetch copied to clipboard
An IMAP library for PHP
Or could I use ->setParam() perhaps?
Hello, I have noticed an issue when an email is encoded in iso-8859-1 (structure encoding = 4). Special characters are shown as '?'. I'm new to programming and don't know...
Some mail clients report the encoding in lowercase ('koi8-r' for Yandex.ru, for instance). This causes an error in `Message::processStructure` since it appears in uppercase in `mb_list_encodings()`. The resulting fallback to...
Currently the flag "user" will replace the flag "authuser". This diff makes sure everything before the "=" is matched before replacing the flag.
How to check, the fetched mail is auto responded or not ?
Hello there, i'm new in imap thing and i really don't get it how i can save attashments or post download links. Before i've used another script and had in...
I'm using this Class since two years ago. I want now save the attachments from the incoming email but it saves just the filename with cero data. ` $attachments =...
Server::listMailBoxes is simple wrapper arround imap_list: `return imap_list($this->getImapStream(), $this->getServerSpecification(), $pattern);` but if error occured the imap_list does not return array - see [documentation example](http://php.net/manual/ru/function.imap-list.php#example-3900). You should check the result type...
Hi there, I'm getting the following error when an email has an attachment of 0 bytes Undefined property: stdClass::$bytes Attachment.php:101 $this->size = $structure->bytes; I've wrapped it in an isset, which...
Undefined property: stdClass::$subject in /var/www/html/thor-lovo/vendor/tedivm/fetch/src/Fetch/Message.php line 236 Problem is when i try to search on the server. If is any message is with empty subject then i can't remove or...