Module deltachat::smtp

source ยท
Expand description

ยงSMTP transport module.

Modulesยง

  • connect ๐Ÿ”’
    SMTP connection establishment.
  • SMTP message sending

Structsยง

Enumsยง

Functionsยง

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