Releases: ddeboer/imap
Releases · ddeboer/imap
1.13.1
1.13.0
What's Changed
- Add PHP 8.1 support, drop PHP 7.4 by @Slamdunk in #527
- Suppress internal errors from imap_reopen() by @tomsommer in #524
New Contributors
- @tomsommer made their first contribution in #524
Full Changelog: 1.12.2...1.13.0
1.12.2
Implemented enhancements:
- Require PHP 8.0.1 for imap_msgno() bugfix #518 (ddeboer)
- Add Countable Interface to MessageIteratorInterface. #514 (lahx)
Fixed bugs:
- Error when get Message #485
- Initialize address as null. Previously if an email with no recipient … #516 (minutiae)
Closed issues:
- How to $mailbox->getMessages() higher than UID x? #517
- Certified email (PEC) #512
- Inline images not as attachment #502
Merged pull requests:
1.12.1
1.12.0
1.11.0
1.10.1
Fixed bugs:
- getThread and getMessageSequence not using with the same id #469
- imap_thread: use absolude ids #474 (Slamdunk)
Closed issues:
- How to get a message by Message-ID #472
- Mail with e-sign #467
- Duplicate method definition in MessageInterface #455
- Missed errors in search method #444
Merged pull requests:
1.10.0
1.9.0
Implemented enhancements:
- Quota: let's also test the numbers #431 (Slamdunk)
- Add getQuota method using imap_get_quotaroot to Connection class #430 (arkadiusjonczek)
Closed issues:
- markAsSeen() not work #415
Merged pull requests:
- CS Fix: strip redundant php docs #428 (Slamdunk)
- Fix: Variable name #412 (localheinz)