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 / build.zig.zon
647 B 23 lines
1.{ 2 .name = .zig_maildir, 3 .version = "0.0.0", 4 .fingerprint = 0x670d9679f9517e0b, // Changing this has security and trust implications. 5 .minimum_zig_version = "0.16.0", 6 .dependencies = .{ 7 .mime = .{ 8 .url = "git+https://git.jcollie.dev/jeff/zig-mime.git#efdb9e8a7fd4a2d9c8318c663771832289259e89", 9 .hash = "zig_mime-0.0.0-4saPF8Z6BQB9wid4v2A2LrT_OyhQYZUwQDx7aCdpm0Hc", 10 }, 11 }, 12 .paths = .{ 13 "build.zig", 14 "build.zig.zon", 15 "build.zig.zon.nix", 16 "src", 17 "tests", 18 "tools", 19 "LICENSES", 20 "REUSE.toml", 21 "README.md", 22 }, 23}