# Spam and blocking

Missive has built-in blocking that works across all email account types (Gmail, Outlook, IMAP, etc.). You can block specific email addresses or entire domains.

{% hint style="info" %}
**Mark as spam** is only available for email accounts you own or shared accounts you have a delegated access to. It is not available when you are mentioned in someone else's private email.
{% endhint %}

## Blocking senders

{% stepper %}
{% step %}
**Select the conversation from the unwanted sender**
{% endstep %}

{% step %}
**Click Mark as spam**

From the toolbar or right-click menu.
{% endstep %}

{% step %}
**Choose your blocking option**

* **Block the specific address** (e.g., `sender@example.com`)
* **Block the entire domain** (e.g., all emails from `@example.com`)
  {% endstep %}

{% step %}
**Click Block**

Future emails from blocked addresses or domains are automatically marked as spam.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The domain blocking option is not available for popular email providers like Gmail or Outlook to prevent accidental broad blocks.
{% endhint %}

## Unblocking senders

To unblock a sender, find an email from the blocked sender in your spam folder and click **Mark as not spam**.

## Accessing spam

To view emails marked as spam:

1. Click **+ More** in the left sidebar
2. Select **Main Section**
3. Click **Spam** to pin it to your sidebar

You can then click the Spam mailbox to view all spam emails.

{% hint style="info" %}
If you're looking for a "Junk" folder, Missive calls it **Spam**.
{% endhint %}


---

# Agent Instructions: 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/spam-and-blocking.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.
