Docs.rs
  • neo-email-0.1.1
    • neo-email 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • JeanVydes
    • Dependencies
      • base64 ^0.22 normal optional
      • hashbrown ^0.14.5 normal
      • log ^0.4.22 normal
      • openssl ^0.10.66 normal
      • rayon ^1.10.0 normal
      • serde ^1 normal
      • serde_json ^1.0.121 normal
      • sha1 ^0.10 normal optional
      • sha2 ^0.10 normal optional
      • tokio ^1 normal
      • tokio-native-tls ^0.3.1 normal
      • trust-dns-resolver ^0.23.2 normal
    • Versions
    • 100% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

neo_email0.1.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • client_message::ClientMessage
  • connection::SMTPConnection
  • controllers::on_auth::OnAuthController
  • controllers::on_close::OnCloseController
  • controllers::on_email::OnEmailController
  • controllers::on_mail_cmd::OnMailCommandController
  • controllers::on_rcpt::OnRCPTCommandController
  • controllers::on_reset::OnResetController
  • controllers::on_unknown_command::OnUnknownCommandController
  • mail::EmailAddress
  • mail::Mail
  • message::Message
  • message::MessageBuilder
  • server::Controllers
  • server::SMTPServer

Enums

  • command::Commands
  • connection::SMTPConnectionStatus
  • errors::SMTPError
  • handle_connection::HandleConnectionFlow
  • headers::EmailHeaders
  • status_code::StatusCodes

Traits

  • mail::MailTrait

Functions

  • command::handle_command
  • connection::upgrade_to_tls
  • handle_connection::handle_connection
  • handle_connection::handle_connection_logic
  • handle_connection::handle_connection_with_timeout