One-click unsubscribe
A standards-based unsubscribe action in the inbox UI.
One-click unsubscribe uses List-Unsubscribe and List-Unsubscribe-Post headers so supported mailbox providers can show an unsubscribe control directly in the inbox. Gmail and Yahoo require it for many bulk senders.
reading this as teams building autonomous agents
An agent stack treats email as a two-way primitive. Inbound has to arrive as structured JSON a tool call can consume, sends have to be safe to retry when a model loop repeats itself, and every action needs an audit trail. A provider without inbound parsing only solves half the problem.
Applied to one-click unsubscribe, that means weighing inbound parsing, idempotency keys, webhook coverage, and operating track record ahead of the rest, against inbound parsing into tool calls and model-generated sends that must not duplicate.