php-imap
php-imap copied to clipboard
PHP-IMAP is a wrapper for common IMAP communication without the need to have the php-imap module installed / enabled. The protocol is completely integrated and therefore supports IMAP IDLE operation a...
5.6.0
Hello, I see that you have updates since 5.5.0 can you publish a new tag please ?
If attached file has name like test..xml, then dots remove and broke file extension.
**Describe the bug** When using `iconv` as message subject decoding option, subjects not containing a special character but containing an Umlaut, will lead to the subject to have `_` instead...
**Describe the bug** When I try to use getByUidGreater() or similar on a folder that is empty and does not contain any email messages, I get an error. **Code to...
Hello i find a problem and i don't know how i can fix that. When i try to load my mailbox and getFolders(), all parents are present in the collection....
**Describe the bug** Packagist has 1.0.x-dev as an alias for dev-master. **Code to Reproduce** The troubling code section which produces the reported bug. ```json "webklex/php-imap": "dev-master as 5.5.x-dev" ``` **Expected...
**Describe the bug** If a header like the `received`-header is per definition a multi value (header key exists multiple times), the parsed headers are broken. **Used config** default config. **Code...
We used Snyk and the master branch of php-imap. Because in composer we have `"dev-master": "1.0-dev"`, Snyk shows a Critical severity vulnerability. How can we fix it?
**Describe the bug** When fetching a Message object from a icloud imap server, the message body part is empty, while the headers loads totally fine. The Structure raw property is...
Personal field in Address class should also be decoded. From, To, CC, and Bcc are affected by this bug. ```php use Webklex\PHPIMAP\Address; /** @var Address $from */ $from = $mail->getFrom()->first();...