sergey144010 / php-imap-client

GNU General Public License v3.0
3 stars 0 forks source link

Can try tests this imap client #2

Closed sergey144010 closed 6 years ago

sergey144010 commented 6 years ago

@abdullahseba you can try this imap client. Here fixed inline attachments and other bugs. But the interface has been reworked, for example

$email = $imapClient->getMessage(8);
echo $email->getHeaders()->subject.PHP_EOL;
echo $email->getBody()->plain.PHP_EOL;

see more https://github.com/sergey144010/php-imap-client/blob/master/docs/guide-en/Examples.md

abdullahseba commented 6 years ago

Ok will do :) In the process of upgrading my code to a newer framework.

abdullahseba commented 6 years ago

Sorry might take me some time to get round to it. Its almost there but I need to get a few errors fixed that where caused by the new framework.

sergey144010 commented 6 years ago

@TrueShutDown Try here your question about "Headers CC, BCC are correctly, but TO header include only one recipients"