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
1 file
at
e724a74d277228a9415c9b779ca9cdeb11d5ec7c
Jeffrey C. Ollie
Initial commit: SMTP client and server library
14d ago
28b8016c
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