An SMTP client and server library for Zig implementing RFC 5321.
0

Configure Feed

Select the types of activity you want to include in your feed.

zig-smtp / REUSE.toml
600 B 20 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"