samotop-delivery

Crates.iosamotop-delivery
lib.rssamotop-delivery
version0.13.1
sourcesrc
created_at2020-10-28 08:25:54.554148
updated_at2022-01-30 00:12:27.793359
descriptionSet of transports to deliver mail to, notably to SMTP/LMTP, but also maildir...
homepagehttps://gitlab.com/BrightOpen/Samotop/-/tree/develop/samotop-delivery
repositoryhttps://gitlab.com/BrightOpen/Samotop/
max_upload_size
id306268
size199,704
Robert Cutajar (jocutajar)

documentation

README

samotop-delivery 0.13.1

Mail dispatch abstraction

samotop-delivery is a set of transports to deliver mail to, notably to SMTP/LMTP, but also maildir... It is used in Samotop as a dispatch solution for incoming mail, but you can use it to send mail, too.

Features

  • Do it SMTP style:
    • Speak SMTP
    • Speak LMTP
    • Connect over TCP
    • Connect over Unix sockets
    • Connect to a Child process IO
    • TLS support on all connections
    • Reuse established connections
  • Do it locally:
    • Write mail to a MailDir
    • Write mail to lozizol journal
    • Write mail to an MBox file - contributions welcome
    • Write mail to a single dir - fit for debug only
  • Popular integrations:
    • Send mail with sendmail

LMTP on Unix socket enables wide range of local delivery integrations, dovecot or postfix for instance. Some mail delivery programs speak LMTP, too.

Credits

This is a fork of async-smtp from the awesome delta.chat project.

License - MIT OR Apache-2.0

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 407

cargo fmt