Skip to content

app-console-email — communications cartridge

Topic

From the PointSav Documentation

app-console-email is the F3 communications cartridge for os-console. It provides inbox listing, message reading, and compose-and-send, operating through service-email as the Comm Diode between the operator and external correspondents.

Updated 2026-06-14 · HistoryEspañol
vendor-public

app-console-email is the F3 communications cartridge for os-console. It connects to service-email and provides an operator-facing interface for three communication tasks: reading an inbox, reading a message, and composing and sending a message. The cartridge is keyboard-driven throughout; no pointer interaction is required.

The cartridge implements the Cartridge trait defined by app-console-keys, occupying the F3 slot in the console's navigation strip.

[edit]The Comm Diode model

app-console-email is not a general-purpose email client. Outbound messages flow through service-email — a service that acts as a Comm Diode between the operator's Totebox and external correspondents. The diode analogy reflects a design constraint: service-email controls the egress path and applies the tenant's communication policies before any message leaves the platform boundary.

This means the cartridge does not speak directly to an external mail server. It composes a message, submits it to service-email, and the service handles routing, queuing, and delivery. The cartridge receives a delivery confirmation or an error; it does not manage SMTP or IMAP sessions itself.

[edit]Inbox view

The inbox view lists received messages in reverse chronological order. Each row displays the sender, subject, and received timestamp. The list refreshes when the cartridge is focused and on demand via keyboard shortcut.

Messages are sourced from service-email's message store. The cartridge does not maintain its own local copy; all state lives in the service.

[edit]Message reading

Selecting a message from the inbox opens the message reading view. The view displays the full message body, headers, and any attachments listed by name. Attachment content is available for download to a staging path; attachments do not open automatically.

Plain-text mode is available via the --plain flag at console startup. In plain mode, HTML-only message bodies are rendered as their plaintext fallback. Terminals without unicode support receive ASCII approximations of any unicode symbols in subject lines and sender names.

[edit]Compose and send

The compose view provides fields for recipient, subject, and body. The interface is structured: the operator fills each field in sequence using keyboard navigation. Sending submits the composed message to service-email for egress processing.

Draft saving is not implemented. An abandoned compose session is discarded; no partial message persists in the service store.

[edit]Authorization dependency

The cartridge's connection to service-email is brokered through the machine-based authorization client managed by app-console-keys. If the authorization link to the email service is inactive, the inbox view shows a MBA LINK INACTIVE status and the compose view is disabled. The cartridge degrades gracefully rather than crashing the chassis.

[edit]See also

Edit this page · View source