- Add return types to MimePart, so it works on PHP 8 with the newer version of psr/http-message (#23)
- Improved tests
- Code refactored
- Minimum php version is 7.1
- Added support php 8.0
- Fixed bugs with mdn sign
- Added new message parser
- Improved tests
- Added v1 branch for 5.6 support
- Added github actions
- Fixed 3 bugs (#28)
- phpspeclib v3
- Improved tests
- Updated base64 decode on processMessage to fix problem on bigger mess… (#23)
- Fixed bug when MDN sent to own host (#16)
- Improved tests
- Fixed bug on Win OS (#15)
- Support guzzle: ^7.0 (#14)
- Bugfixes
- Minimum php >= 5.6
- Improved tests
- Removed StorageInterface
- Added PartnerRepositoryInterface
- Added MessageRepositoryInterface
- Fixed binary encoding bug
- Global code improvements
- Added header normalization
- Some code refactory
- psr/log@^1.1
- guzzlehttp/guzzle@^5.5
- Fixed exceptions
- Global code refactory
- Server: fixed MDN generation and error response
- Fixed MIC calculation
- Example improved
- Fix: Compression
- Fix: Mic calculation
- Code refactory
- Tests added