This package follows the Package Versioning Policy. Roughly speaking, this means that we have four digits standing for:
- Major: A significant rewrite of the library.
- Major: A breaking change
- Minor: A non-breaking addition
- Patch: A non-breaking bugfix
If you are doing a pull-request, please update this list. A template is provided:
- [# PR number](URL to pr) @your_github_username
- Describe change #1
- Describe change #2
- Indicate if changes are major, minor, or patch changes.
- Adds support for OAuth authentication with a new function
sendMailWithLoginOAuthSTARTTLS
.
- Switch to
crypton
because thecryptonite
package is no longer maintained.
- #11 @spencerjanssen
- Support
crypton-connection-0.4.0
- Support
- #5 @spencerjanssen
- Switch to
crypton-connection
because theconnection
package is no longer maintained
- Switch to
- #6 @spencerjanssen
-
#32 @typetetris
- add some functions to use SMTPS, which should be preferred to STARTTLS for mail submissions of endusers according to RFC 8314
- add STARTTLS
- add integration test using nixos tests
-
#30 @typetetris
- Replace
cryptohash
dependency withcryptonite
.cryptohash
is deprecated andcryptonite
offers HMAC MD5 directly.
- Replace