Module send

Module send 

Source
Expand description

This module contains the command handler for sending messages.

FunctionsΒ§

attempt_direct_delivery πŸ”’
Attempts to directly deliver a message to the recipient.
attempt_mailbox_delivery πŸ”’
Attempts to deliver a message via mailbox providers.
deliver_via_mailboxes πŸ”’
Delivers a message to a set of mailbox providers.
handle_send
Handles the β€˜send’ command, encrypting and sending a message to a friend.