You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that dot stuffing is done before encoding (#22)
* Added test with mesage body that breaks if dot stuffing is done before encoding. Changed `Writer::writeFiltered` to use `stream_filter_prepend`.
* Added comment since we have no assertions
Upgrade to PHP 8.1 (#14)
* Updated PHP requirements to >= 8.0
* Updated Codeception to ^5
* Enabled `SecureSocketCest::sendSMTPMessageOverSecureSocket` since it is functional, but added a stopgap in case SSL is not configured correctly since the actual error message is garbled
* Rewrote the development guidelines
* Removed Travis and added Github Actions