A maildir and Maildir++ library for Zig 0.16: delivery, flags, folders and quota.
0

Configure Feed

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

zig-maildir / REUSE.toml
491 B 12 lines
1version = 1 2SPDX-PackageName = "zig-maildir" 3SPDX-PackageSupplier = "Jeffrey C. Ollie <jeff@ocjtech.us>" 4SPDX-PackageDownloadLocation = "https://git.jcollie.dev/jeff/zig-maildir" 5 6# Generated or machine-managed, so a header added by hand would be lost the 7# next time a dependency moved. 8[[annotations]] 9path = ["flake.lock", "build.zig.zon", "build.zig.zon.nix"] 10precedence = "aggregate" 11SPDX-FileCopyrightText = "© 2026 Jeffrey C. Ollie <jeff@ocjtech.us>" 12SPDX-License-Identifier = "MIT"