Module deltachat::smtp

source ·
Expand description

Modules

  • SMTP message sending

Structs

Enums

Constants

Functions

  • send_mdn 🔒
    Tries to send a single MDN. Returns false if there are no MDNs to send.
  • 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.