> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Inbox • AI Agent SDK

> EmailInbox: Information about an email inbox.

# EmailInbox

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="blue">AI Agent</Badge>

Information about an email inbox.

Attributes:
id: Unique inbox identifier
email\_address: The inbox's email address
domain: Domain of the inbox
created\_at: When the inbox was created (ISO format)

## Properties

<ResponseField name="id" type="str">
  No description available.
</ResponseField>

<ResponseField name="email_address" type="str">
  No description available.
</ResponseField>

<ResponseField name="domain" type="str">
  No description available.
</ResponseField>

<ResponseField name="created_at" type="Optional[str]">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Convert to dictionary.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/bots/protocols.py#L1222">
  `praisonaiagents/bots/protocols.py` at line 1222
</Card>
