All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning] (http://semver.org/). For change log format, use [Keep a Changelog] (http://keepachangelog.com/).
- Optimize imports
- Last alternative boundary not declared
- Fix PhpDoc and imports
- Escape dot at first character line, on SMTP dialog with quoted_printable_encode()
- Thrown an exception if an attachment file does not exist
- PHP 8 compatibility
- Remove Smtp::__set_state() method ; incompatible signature with PHP 8
- Exceptions more verbose from SMTP transport
- PSR-12 refactoring
- Change
\Berlioz\Mailer\Mail
class as deprecated, replaced by\Berlioz\Mailer\PhpMail
- Add coverage options in phpunit.xml.dist
- Fix deprecated (PHP7.4) array and string offset access syntax with curly braces
- Remove composer.lock
- Fix null values with mb_* functions
- Fix lower case modification of excluded headers
- Fix deprecated (PHP7.4) array and string offset access syntax with curly braces
- Truncate length of base64 fixed to 76 (for best SpamAssassin score)
- Default length of boundaries fixed to 15 (for best SpamAssassin score)
- Enabled strict types
First version