swift-rfc-5322

0.0.1

Swift implementation of RFC 5322: Internet Message Format.
swift-standards/swift-rfc-5322

What's New

v0.0.1

2025-07-26T15:41:27Z

Initial release of Swift RFC 5322: Internet Message Format

swift-rfc-5322

Swift implementation of RFC 5322: Internet Message Format

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/swift-web-standards/swift-rfc-5322.git", branch: "main")
]

Usage

import RFC_5322

// TODO: Add usage examples

Documentation

For complete documentation of RFC 5322, see the official RFC document.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Apr 09 2026 19:24:33 GMT-0900 (Hawaii-Aleutian Daylight Time)