Module deltachat::smtp

source ·
Expand description

§SMTP transport module.

Modules§

  • SMTP message sending

Structs§

Enums§

Constants§

Functions§

  • send_mdn 🔒
    Tries to send a single MDN. Returns true if more MDNs should be sent.
  • Tries to send MDN for message msg_id to contact_id.
  • send_mdns 🔒
    Attempts to send queued MDNs.
  • Sends message identified by smtp table rowid over SMTP connection.
  • Tries to send all messages currently in smtp, smtp_status_updates and smtp_mdns tables.
  • smtp_send 🔒
    Tries to send a message.