> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/whats-new/previous-releases/version-1.48.md).

# Version 1.48

Material version 1.48 focuses on streamlining the Email Threats issue experience. We’ve decluttered the Issue view and added deeper reporting layers to the Email Threats Dashboard so you can move from detection to resolution faster.

## ✨ Enhancements

### Refined Email Threats Issue View

* **New Messages Tab:** We moved the list of messages in an issue to its own dedicated tab at the top of the page for a cleaner workspace
* **Recipient Table Updates**: The message details card (on the Issue's primary tab) now includes a clear recipients table, making it easier to see exactly who was targeted by which message:

  <figure><img src="/files/rUtergmclqoN9rN1CPkZ" alt=""><figcaption></figcaption></figure>

### Enhanced Email Threat Reporting

**Classification Trends Charts**: The Email Threats Dashboard now features categorization trend analysis. See how messages are categorized over time, specifically focused on Malicious, Spam, Unknown, or those manually recategorized as Safe by admins. Hover over to view a specific date's classifications, then click to open a view of all the messages that day.

<figure><img src="/files/ZTzITgoaHvnfgmnRfYdh" alt=""><figcaption></figcaption></figure>

## 🐛 Fixes

* **Locked Sensitive Messages**: Fixed an issue where the platform failed to apply the most restrictive grace period when multiple configuration matches existed. The logic now correctly defaults to the highest level of restriction.


---

# 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.material.security/whats-new/previous-releases/version-1.48.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.
