> For the complete documentation index, see [llms.txt](https://missiveapp.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://missiveapp.com/docs/core-features/connected-accounts/email-accounts.md).

# Email accounts

Email is Missive's primary focus. Connect any email provider with full two-way sync, labels, calendar integration, and team collaboration.

{% hint style="info" %}
**True two-way sync.** Unlike other help desks and collaboration tools, Missive keeps your email account fully synchronized. Emails don't pile up unread or disappear—what you see in Missive matches your email server exactly.
{% endhint %}

## Supported providers

| Provider                                                                                                    | Features                                   |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [Gmail / Google Workspace](/docs/core-features/connected-accounts/email-accounts/gmail-google-workspace.md) | OAuth, labels, smart categories, calendar  |
| [Outlook / Office 365](/docs/core-features/connected-accounts/email-accounts/outlook-office-365.md)         | OAuth, folders, calendar, shared mailboxes |
| [Microsoft Exchange](/docs/core-features/connected-accounts/email-accounts/microsoft-exchange.md)           | IMAP connection for on-premises Exchange   |
| [iCloud](/docs/core-features/connected-accounts/email-accounts/icloud.md)                                   | App-specific password required             |
| [IMAP](/docs/core-features/connected-accounts/email-accounts/imap.md)                                       | Any provider with IMAP/SMTP access         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://missiveapp.com/docs/core-features/connected-accounts/email-accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
