> For the complete documentation index, see [llms.txt](https://docs.msgfiler.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.msgfiler.com/support/plugin/download.md).

# Download MsgFiler Classic

Download the version of MsgFiler Classic depending on your macOS operating system version.

| macOS Version                                                         | Download Link                                                                                                                                                                                                                                               |
| --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **macOS Sonoma and higher**                                           | <ul><li>Upgrade to MsgFiler 4 on the Mac App Store</li></ul>                                                                                                                                                                                                |
| **macOS Ventura, Monterey, and Big Sur (12.0 and higher)**            | <ul><li><a href="https://files.msgfiler.com/MsgFiler%20Mail%20Plugin%202.7.1.dmg"><strong>Download Version 2.7.1</strong></a></li><li><strong>SHA-256 Checksum</strong>:<br>9599347d68cebb85708d694b46df3fc20dc3561dd077db15ae6c78c911fcdcd8</li></ul>      |
| **Mac OS X Mountain Lion through macOS Catalina (10.8.5 to 10.15.7)** | <ul><li><a href="https://files.msgfiler.com/MsgFiler%20Mail%20Plugin%202.4.1.dmg"><strong>Download Version 2.4.1</strong></a></li><li><strong>SHA 256 Checksum</strong>:</li><li>494951eb439c9d4128b8b8f50690a3d45d73f23242a6fe25dcd0a838c5297585</li></ul> |
| **Mac OS X Snow Leopard**                                             | <ul><li><a href="https://atow.files.wordpress.com/2017/03/msgfilermailplugin223-dmg.zip"><strong>Download Version 2.2.3</strong></a></li></ul>                                                                                                              |
| **Mac OS X Tiger and Below**                                          | <ul><li><a href="https://atow.files.wordpress.com/2017/03/msgfilermailplugin212-dmg.zip"><strong>Download Version 2.1.2</strong></a></li></ul>                                                                                                              |

{% hint style="warning" %}
**Upgrading macOS removes MsgFiler**. Many upgrades of macOS and MacOS X remove all Mail bundles after upgrading. To resolve, re-install the MsgFiler Classic Mail Plug-In.
{% 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.msgfiler.com/support/plugin/download.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.
