An SMTP client and server library for Zig implementing RFC 5321.
409 B
14 lines
1# SPDX-FileCopyrightText: © 2026 Jeffrey C. Ollie <jeff@ocjtech.us>
2# SPDX-License-Identifier: MIT
3
4version = 1
5
6[[annotations]]
7path = "flake.lock"
8SPDX-FileCopyrightText = "© 2026 Jeffrey C. Ollie <jeff@ocjtech.us>"
9SPDX-License-Identifier = "MIT"
10
11[[annotations]]
12path = "test/protocol-torture.script"
13SPDX-FileCopyrightText = "© 2026 Jeffrey C. Ollie <jeff@ocjtech.us>"
14SPDX-License-Identifier = "MIT"