# Mailbox actions

The mailbox actions (known as Distribution list in AcyMailing version 5) is a feature that allows you to connect to a mailbox via IMAP or POP3 protocol and do actions to the emails in it.

Here are the 4 actions that you can do:

* Forward the email to a specific email address
* Forward the email to a list, this will create a campaign and add it to the queue
* Subscribe the user sending the email to a list
* Unsubscribe the user sending the email to a list

### Listing

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

#### Filters

* **Search**: This field allows you to search a mailbox by name&#x20;
* **Create**: Create a new mailbox action
* **Sort by**: You can sort the column of you choice
* **All, Active, Inactive**: If you want to display all the entities or just the active or inactive ones

#### Columns

* **Name**: The name of the mailbox
* **Email**: The email of the mailbox you want to connect
* **Actions**: A summary of the actions that the Mailbox Actions will do&#x20;
* **Active**: If it's active or not
* **ID**:  The ID of the Mailbox Actions


---

# 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://docs.acymailing.com/main-pages/bounces/mailbox-actions.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.
