smtp
| Kind | ffi-zig |
|---|---|
| Capabilities | ffi net |
| Categories | network email ffi |
| Keywords | smtp email mail zig-ffi |
SMTP email client for Kit using native Zig FFI
Files
| File | Description |
|---|---|
.editorconfig | Editor formatting configuration |
.gitignore | Git ignore rules for build artifacts and dependencies |
.tool-versions | asdf tool versions (Zig, Kit) |
LICENSE | MIT license file |
README.md | This file |
kit.toml | Package manifest with metadata and dependencies |
src/smtp.kit | SMTP error type for typed error handling. |
tests/smtp.test.kit | Tests for smtp |
zig/kit_ffi.zig | Zig FFI module for kit ffi |
zig/smtp.zig | Zig FFI module for smtp |
Dependencies
No Kit package dependencies.
Installation
kit add gitlab.com/kit-lang/packages/kit-smtp.gitUsage
import Kit.SmtpLicense
MIT License - see LICENSE for details.
Exported Functions & Types
SMTPError
SMTP error type for typed error handling. Variants distinguish between different failure modes.
Variants
SMTPConnectionError {message}SMTPAuthError {message}SMTPSendError {message}SMTPProtocolError {message}