# email.atmos.messagesPrototype

> Published by [comail.at](https://lexicon.garden/identity/did:plc:yu6rmwoemqfnmsdkljyvmuhg)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:yu6rmwoemqfnmsdkljyvmuhg/email.atmos.messagesPrototype)
- [Documentation](https://lexicon.garden/lexicon/did:plc:yu6rmwoemqfnmsdkljyvmuhg/email.atmos.messagesPrototype/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:yu6rmwoemqfnmsdkljyvmuhg/email.atmos.messagesPrototype/examples)

## Definitions

### `email.atmos.messagesPrototype`

**Type**: `space`

Private and shared email inboxes for the Comail Messages prototype. Stores messages, attachments, drafts, sent replies and mail state. Shared inbox membership is managed by the inbox owner.

```json
{
  "key": "any",
  "name": "Messages inbox",
  "type": "space",
  "collections": [
    "email.atmos.messagesPrototype.entry"
  ],
  "description": "Private and shared email inboxes for the Comail Messages prototype. Stores messages, attachments, drafts, sent replies and mail state. Shared inbox membership is managed by the inbox owner."
}
```

## Raw Schema

```json
{
  "id": "email.atmos.messagesPrototype",
  "defs": {
    "main": {
      "key": "any",
      "name": "Messages inbox",
      "type": "space",
      "collections": [
        "email.atmos.messagesPrototype.entry"
      ],
      "description": "Private and shared email inboxes for the Comail Messages prototype. Stores messages, attachments, drafts, sent replies and mail state. Shared inbox membership is managed by the inbox owner."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "draft": true,
  "lexicon": 1
}
```
