An SMTP and LMTP client and server library for Zig, with TLS, SASL, PIPELINING, CHUNKING, DSN and the PROXY protocol.
789 B
26 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# The dialogue is adapted from exim's test suite (GPL-2.0-or-later);
12# the reply expectations are ours.
13[[annotations]]
14path = "test/protocol-torture.script"
15SPDX-FileCopyrightText = [
16 "© The Exim Maintainers",
17 "© University of Cambridge",
18 "© 2026 Jeffrey C. Ollie <jeff@ocjtech.us>",
19]
20SPDX-License-Identifier = "GPL-2.0-or-later"
21
22# Generated by zon2nix from build.zig.zon.
23[[annotations]]
24path = "build.zig.zon.nix"
25SPDX-FileCopyrightText = "© 2026 Jeffrey C. Ollie <jeff@ocjtech.us>"
26SPDX-License-Identifier = "MIT"