New email is streamed in full format by default
Source references: 2The default message format is `full`, and the command streams new email as NDJSON. Full messages may contain bodies, senders, recipients, and other private material; terminal capture, agent context, or pipeline logging may retain it.
Email content may become visible on screen, in logs, to the command caller, or to other programs consuming the stream, widening access to sensitive correspondence.
The documented purpose is to stream new emails as NDJSON, and `--msg-format` defaults to `full`. If the user runs the command without choosing metadata or minimal output, complete message data may therefore reach the terminal, caller, or associated logs. This is consistent with the watch feature, but plausibly increases exposure of private email content; the evidence does not show that anything was logged or exfiltrated.
Watch for new emails and stream them as NDJSONShow 1 other places
| `--poll-interval` | — | 5 | Seconds between pulls || `--msg-format` | — | full | Gmail message format: full, metadata, minimal, raw || `--once` | — | — | Pull once and exit |