Swift implementation of RFC 5322: Internet Message Format
Add this to your Package.swift:
dependencies: [
.package(url: "https://github.com/swift-web-standards/swift-rfc-5322.git", branch: "main")
]import RFC_5322
// TODO: Add usage examplesFor complete documentation of RFC 5322, see the official RFC document.
This project is licensed under the MIT License - see the LICENSE file for details.