← Reddit

Feature request: per-conversation email address for mobile file uploads

Reddit · dmogort · May 16, 2026
A user proposed generating temporary email addresses for individual Claude conversations, using each conversation's unique identifier, to enable seamless mobile-to-desktop file uploads. The suggested approach leverages existing conversation UUIDs, requires no additional authentication infrastructure, and mirrors established patterns used by services like Evernote and Notion. The proposal addresses a significant friction point for technical users managing information across multiple devices while minimizing spam risk through UUID unguessability and rate limiting.

Detailed Analysis

A Reddit user posting to r/ClaudeAI has proposed a feature for Anthropic that would assign each Claude desktop conversation a unique, temporary email address — structured around the conversation's existing UUID — to which users could send files, screenshots, and other attachments directly from any device. The core frustration driving the request is the multi-step friction involved in transferring a file from a mobile device to an active desktop Claude conversation: taking a screenshot, forwarding it to oneself via email or a messaging app, downloading it to the desktop, and finally attaching it manually. The proposed solution collapses those four steps into one by making the email address itself the delivery mechanism, with anything sent to the address automatically populating the corresponding conversation.

The technical case the author makes is notably well-reasoned for a community feature request. The proposal explicitly leverages infrastructure that already exists — conversation UUIDs, which are already present in Claude's browser URLs — rather than asking for new authentication systems or cloud sync pipelines. This is a meaningful distinction: it frames the feature as a routing and ingestion problem rather than an identity or storage problem, which significantly reduces the implied engineering lift. The spam and abuse risk analysis, while brief, acknowledges the most obvious objection and offers two credible mitigations: rate-limiting file ingestion per hour and filtering inbound senders against the account's registered email address.

The pattern the user invokes — email-to-anywhere ingestion — has a well-established precedent in productivity software. Evernote pioneered the approach in the late 2000s, allowing users to email content directly into notebooks, and Trello and Notion adopted similar mechanisms for card and page creation. The common thread across all implementations is reducing the cost of capturing information in the moment, regardless of which device or surface the user happens to be on. In Claude's case, the problem is slightly different: it is not just about capturing information but about maintaining conversational continuity, since switching to the Claude mobile app would not preserve the context of an ongoing desktop session.

The feature request reflects a broader and increasingly prominent tension in AI assistant design: context portability across devices. As large language model interfaces have matured, the conversation thread has become a meaningful unit of work — analogous to a document or a project — rather than a disposable exchange. Users are beginning to treat Claude sessions the way they treat open browser tabs or active documents, expecting to be able to inject information from multiple sources without breaking the session's coherence. Anthropic's current product architecture, like that of most LLM providers, does not yet fully accommodate this expectation, particularly across device boundaries. The feature request is, in this sense, as much a signal about user mental models as it is about a specific missing capability.

Whether Anthropic would implement such a feature involves considerations beyond technical feasibility, including email infrastructure costs, content moderation for inbound attachments, and the question of whether per-conversation email addresses constitute a meaningful privacy surface. Nevertheless, the proposal is technically grounded enough to be taken seriously, and its framing — minimal new infrastructure, a proven design pattern, a quantifiable pain point — positions it as a relatively low-risk, high-visibility UX improvement. The volume of community engagement such requests tend to generate on r/ClaudeAI also serves as informal product signal, making it a useful barometer of where friction exists in Claude's cross-device experience.

Read original article →