alpha
Login
or
Join now
jcollie.dev
/
zig-smtp
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
An SMTP client and server library for Zig implementing RFC 5321.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zig-smtp
/
LICENSES
2 files
at
89cacb0ae7a63fbc632a40e793e118ac6cbeb74b
Jeffrey C. Ollie
License the exim-derived test material as GPL-2.0-or-later
13d ago
5c9ce657
GPL-2.0-or-later.txt
License the exim-derived test material as GPL-2.0-or-later The protocol gauntlet test in Server.zig is wrapped in SPDX snippet tags declaring GPL-2.0-or-later with copyright to The Exim Maintainers and the University of Cambridge (per the exim source headers), since its command dialogue and message lines are adapted from exim's test suite; the reply expectations are ours. test/protocol-torture.script had been annotated MIT by mistake - its REUSE.toml annotation is corrected to GPL-2.0-or-later with the same holders. LICENSES/GPL-2.0-or-later.txt is added and the README notes that this test-only material carries a different license than the MIT library. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012HBHFhoTYa8TU9GLwobfbx
1 week ago
MIT.txt
Initial commit: SMTP client and server library Transport-agnostic SMTP (RFC 5321) over std.Io.Reader/Writer pairs: - protocol.zig: reply parsing, command parsing, dot-stuffing - Client.zig: EHLO/HELO, extensions, AUTH PLAIN, mail transactions - Server.zig: single-connection session with handler vtable, command sequencing, recipient/message-size limits - main.zig: demo CLI (send via stdin, debug serve on loopback) MIT licensed with SPDX headers; REUSE 3.3 compliant. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012HBHFhoTYa8TU9GLwobfbx
2 weeks ago