#smtp #sendmail #postfix #milter

sys milter-sys

Low-level FFI bindings to libmilter

9 releases

0.2.3 Dec 2, 2021
0.2.2 Apr 30, 2021
0.2.1 Dec 2, 2020
0.2.0 Feb 6, 2020
0.1.1 Oct 13, 2019

#402 in Email

Download history 17/week @ 2024-11-15 36/week @ 2024-11-22 3/week @ 2024-11-29 25/week @ 2024-12-06 48/week @ 2024-12-13 16/week @ 2024-12-20 30/week @ 2024-12-27 57/week @ 2025-01-03 51/week @ 2025-01-10 72/week @ 2025-01-17 28/week @ 2025-01-24 20/week @ 2025-01-31 91/week @ 2025-02-07 152/week @ 2025-02-14 44/week @ 2025-02-21 29/week @ 2025-02-28

325 downloads per month
Used in milter

GPL-3.0-or-later

17KB
242 lines

milter-sys

The milter-sys library provides low-level Rust FFI bindings to libmilter, the sendmail mail filter API.

Requirements

This crate requires the milter C library (libmilter) to be available.

On Debian and Ubuntu, install the package libmilter-dev.

Usage

See the milter crate for idiomatic Rust bindings to the milter library.

Licence

Copyright © 2019–2021 David Bürgin

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.


lib.rs:

Low-level FFI bindings to libmilter.

Dependencies

~47KB