Email Drop

Every tenant gets a private, secret email address. Forward a mail — newsletter, receipt, meeting notes, attachment — and it lands in your memory.

Your address#

GET /v1/memory/email/address
→ {"address": "a1b2c3…@drop.rememberos.ai", "collection": "email"}

The drop zone shows it too. The local part is an unguessable token — treat it like a key. If it leaks:

POST /v1/memory/email/address/rotate     # old address stops working immediately

Sender allowlist#

GET /v1/memory/email/senders

Mails are only accepted from senders you have allowed (your account email is allowed by default) — so spam to a leaked address does not pollute your memory.

What happens to a mail#