maildirpp

Crates.iomaildirpp
lib.rsmaildirpp
version0.0.3
sourcesrc
created_at2023-06-01 22:20:41.961385
updated_at2024-04-06 07:48:45.500639
descriptionRust library to manipulate Maildir++ emails.
homepagehttps://pimalaya.org/
repositoryhttps://git.sr.ht/~soywod/pimalaya/
max_upload_size
id880258
size40,779
Knut Magnus Aasrud (kmaasrud)

documentation

README

📫 Maildir++ crates.io docs.rs

Rust library to manipulate Maildir++ emails.

This library is a fork from the great maildir library that removes mailparse (which make the lib email parser agnostic) and removes mutable borrows. See #35 and #37.

Development

The development environment is managed by Nix. Running nix-shell will spawn a shell with everything you need to get started with the lib: cargo, cargo-watch, rust-bin, rust-analyzer…

# Start a Nix shell
$ nix-shell

# then build the lib
$ cargo build -p maildirpp

Contributing

A bug tracker is available on SourceHut. [send an email]

A mailing list is available on SourceHut. [send an email] [subscribe] [unsubscribe]

If you want to report a bug, please send an email at ~soywod/pimalaya@todo.sr.ht.

If you want to propose a feature or fix a bug, please send a patch at ~soywod/pimalaya@lists.sr.ht. The simplest way to send a patch is to use git send-email, follow this guide to configure git properly.

If you just want to discuss about the project, feel free to join the Matrix workspace #pimalaya or contact me directly @soywod. You can also use the mailing list.

Sponsoring

nlnet

Special thanks to the NLnet foundation and the European Commission that helped the project to receive financial support from:

If you appreciate the project, feel free to donate using one of the following providers:

GitHub PayPal Ko-fi Buy Me a Coffee Liberapay

Commit count: 0

cargo fmt