#milter #postfix #smtp #sendmail

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

#377 in Email

Download history 58/week @ 2024-07-22 55/week @ 2024-07-29 4/week @ 2024-08-05 2/week @ 2024-08-12 25/week @ 2024-08-19 7/week @ 2024-08-26 48/week @ 2024-09-23 22/week @ 2024-09-30 26/week @ 2024-10-07 17/week @ 2024-10-14 52/week @ 2024-10-21 6/week @ 2024-10-28 26/week @ 2024-11-04

102 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

~48KB