https://github.com/foxcpp/go-mtasts
MTA-STS fetching and caching library for Go. Powers maddy MTA-STS support.
https://github.com/foxcpp/go-mtasts
Last synced: 12 months ago
JSON representation
MTA-STS fetching and caching library for Go. Powers maddy MTA-STS support.
- Host: GitHub
- URL: https://github.com/foxcpp/go-mtasts
- Owner: foxcpp
- License: mit
- Created: 2019-12-16T19:18:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T09:35:57.000Z (about 2 years ago)
- Last Synced: 2025-03-27T02:38:32.513Z (about 1 year ago)
- Language: Go
- Size: 44.9 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-mtasts
===========
[](https://github.com/foxcpp/go-mtasts/actions)
[](https://codecov.io/gh/foxcpp/go-mtasts)
[](https://godoc.org/github.com/foxcpp/go-mtasts)
[](https://github.com/emersion/stability-badges#unstable)
MTA-STS policy processing library for Go. Extracted from [maddy] code base.
See example_test.go for usage example.
Related standards
-------------------
- SMTP MTA Strict Transport Security (MTA-STS)
[RFC 8461](https://tools.ietf.org/html/rfc8461)
Notes
-------
- Absence of direct "download policy" and similar methods is intentional.
Caching is critical for MTA-STS security.
[maddy]: https://github.com/foxcpp/maddy/go-mtasts