Expand description
Mailbox envelope: sender, recipient, unique id, and data packet.
Structs§
- Envelope
- Point-to-point mailbox message stored as JSON in
mailbox/<to>/<id>.txt.
Constants§
- DEFAULT_
SENDER - Sender used when
senddoes not specify--from.