Docs.rs
  • async-smtp-0.10.2
    • async-smtp 0.10.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dignifiedquire
    • link2xt
    • Dependencies
      • anyhow ^1 normal
      • async-std ^1.11 normal optional
      • base64 ^0.22.1 normal
      • futures ^0.3.21 normal
      • log ^0.4 normal
      • nom ^8 normal
      • pin-project ^1 normal
      • thiserror ^2 normal
      • tokio ^1 normal optional
      • async-std ^1.11 dev
      • criterion ^0.3 dev
      • env_logger ^0.9 dev
      • glob ^0.3 dev
      • tokio ^1 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

async_smtp0.10.2

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

List of all items

Structs

  • EmailAddress
  • Envelope
  • SendableEmail
  • SmtpClient
  • SmtpTransport
  • authentication::Credentials
  • commands::AuthCommand
  • commands::DataCommand
  • commands::EhloCommand
  • commands::ExpnCommand
  • commands::HelpCommand
  • commands::MailCommand
  • commands::NoopCommand
  • commands::QuitCommand
  • commands::RcptCommand
  • commands::RsetCommand
  • commands::StarttlsCommand
  • commands::VrfyCommand
  • extension::ServerInfo
  • response::Code
  • response::Response
  • util::XText

Enums

  • Message
  • authentication::Mechanism
  • error::Error
  • extension::ClientId
  • extension::Extension
  • extension::MailBodyParameter
  • extension::MailParameter
  • extension::RcptParameter
  • response::Category
  • response::Detail
  • response::Severity

Traits

  • authentication::IntoCredentials

Type Aliases

  • error::SmtpResult

Constants

  • authentication::DEFAULT_ENCRYPTED_MECHANISMS
  • authentication::DEFAULT_UNENCRYPTED_MECHANISMS