Releases: CeusMedia/Mail
Version 2.7.0
Features:
- Mailbox search now receives mailbox connection instead of IMAP\Connection.
- Drop support for CeusMedia\Common 0.9.x, CeusMedia\DocCreator 0.9.x and CeusMedia\Cache 0.5.x.
- Fix bug in Deprecation.
- Mailbox::getMail* methods now return mailbox mail entities.
- Mailbox mail entity now receives mailbox connection instead of IMAP\Connection.
- Message now holds library version.
- New entity for transport results.
- SMTP transports implements new transport result entity.
- Local transports implements new transport result entity.
- Mailbox\Search::getAll now return mailbox mail entities.
- Update demos to behaviour changes.
- Update version (2.7.0) and changes readme and config files.
Version 2.6.2
Features:
- Make charset in message part optional.
- Keep PHPStan level max.
- Update demos.
- Update tests.
- Support mailbox mail message upload (imap_append).
- Code updates (which lead to new branch 2.7.x) without behaviour changes.
- App of demo CLI client now uses new CeusMedia\Common\CLI\Password.
- Update readme and config files for tag 2.6.2.
Most likely, there won't be coming much in this branch afterwards.
Branch 2.7.x brings nice features (breaking changes). There will be the party now...
Version 2.6.1
Minor updates:
- code strictness
- copyright
- code doc
Version 2.6.0
First release of the 2.6.x branch.
Now coming with:
- PHP 8.1
- PHPUnit 10.1
- CeusMedia/Common 1.0.x
Version 2.5.3
Final release in the 2.5.x branch.
This is the last version working with CeusMedia/Common 0.8.x.
In the following 2.6.x branch, CeusMedia/Common 0.9.x will be used and thus
many changes will be realized.
The journey goes on, aiming for maximum stability and PHP 8.x support.
So, please try to update to 2.6.x (and CeusMedia/Common 0.9.x) in the near future.
Version 2.5.2
General:
- Support PHP 8.
- Reach PHPStan max level.
- Fortify PHPStan level "max" with nearly empty baseline.
- Update composer file.
- Update rector library and config.
- Support CeusMedia:Cache 0.3 with PSR base.
- Use deprecation from CeusMedia/Common v0.8.6.
- Improve extensibility of deprecation class.
- Extract user agent detection to new library class.
Message / Transport:
- Add parser for Received headers.
- Extend encoding by fallback strategy.
- Extract preg_* handling to own trait.
- Simplify response handling on availability check.
- Add address collection filter.
Version 2.5.1
Features:
- Remove old parser strategies.
- Merge attributed header field into header field.
- Update demo mails.
- Add mail viewer demo.
- Update demos.
- Be less tolerant on parsing adresses.
Version 2.5
Features:
- Let header section implement countable interface.
- Extract rendering of header sections and fields to header renderer.
- Support encoding strategies.
- Add message::getReplyTo.
- Support quotes in header field attributes.
- Add SMTP exception and implement SMTP response.
- Improve parsing and rendering of message header.
- Improve parsing and rendering of message parts.
- Extract connection from mailbox.
- Turn address name into data object.
- Update and improve unit tests.
- Update demos.
- Improve code quality.
- Improve code strictness.
- Reach PHPStan level 9 (8 + extra strict rules).
- Increase test code coverage to ~42% of lines.
Attention: This version is not backwards compatible, since construction of Mailbox needs a Mailbox\Connection now.
Also, SMTP communication will return SMTP\Response.
Version 2.4.2
Features:
- add and apply Rector
- upgrade to support PHP 7.4
- upgrade PHPStan to 1.4.5
- upgrade PHAN to v5
- code strictness
- add class for deprecations
- apply deprecations
- improve unit tests and code coverage
Version 2.4.1
Features:
- Add and improve parser and encoding strategies.
- Support RFC2231.