> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/center/daylite-mail-assistant/slow-email-loading-in-daylite-mail-assistant.md).

# Slow Email Loading in Daylite Mail Assistant

When you're checking email you notice some emails loading slowly or a message indicating the selected message is taking a long time to load.

<div align="left"><img src="https://d33v4339jhl8k0.cloudfront.net/docs/assets/66e2fe04616d4044914c66f1/images/6746309a2d769f18b1c04da0/file-g304id9DdN.jpg" alt="" width="375"></div>

This can occur with lengthy email threads or emails with large attachments. This problem arises because Apple Mail tries to download the entire message again, even if it was previously downloaded with a Mail extension. As a result, all messages might load slower than usual, causing this message to appear.

If reselecting the message doesn't resolve the issue, try the following solutions:

1. Quit Daylite and Apple Mail.
2. Reopen both applications.
3. Check the previous email thread again.

If the issue persists, you can view email directly:

1. Select the message within a thread.
2. Double-click the email to view it separately.

These steps can help Apple Mail reload the message more effectively and reduce loading times.

***

**Experiencing persistent issues?**

If you find that slow email loading continues to be a recurring problem, consider switching to [**Mail in Daylite**](/help/mac-fundamentals/email/quick-guide-to-mail-in-daylite.md). Unlike Daylite Mail Assistant, which relies on an Apple Mail extension to sync emails, Mail in Daylite handles email natively within the Daylite app — eliminating the dependency on Apple Mail's message reloading behavior.

With Mail in Daylite, you can read, compose, and link emails directly inside Daylite without the performance limitations of the Mail extension approach.

{% hint style="warning" icon="brightness" %}
**Ready to switch?**

Learn more about setting up Mail in Daylite in the [Mail in Daylite UI Tour.](/help/mac-fundamentals/email/quick-guide-to-mail-in-daylite/mail-in-daylite-ui-tour.md)
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.daylite.app/help/center/daylite-mail-assistant/slow-email-loading-in-daylite-mail-assistant.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
