# IMAP Server

### Introduction

Movebot can connect to any mailbox that supports an IMAP connection, including personal Gmail accounts.&#x20;

Movebot connects to IMAP servers by you providing the Hostname and Port and a Username and Password combination.&#x20;

### Requirements

To connect Movebot to an IMAP Server you will need:

* Hostname and Port for the IMAP server
* A Username and Password for each source account

{% hint style="warning" %}
Currently, IMAP is only supported as a source. &#x20;
{% endhint %}

#### Configuration Steps <a href="#configuration-steps" id="configuration-steps"></a>

1. Login to Movebot and create a new project or task
2. When configuring the source or destination, choose to **Create new Connection**
3. Select **IMAP Server** from the list of available connections and set the connection name
4. Provide the Hostname for the IMAP server. Update the Port number if required.
5. Provide a Test/Default Username and Password. **Note** that IMAP credentials can be overridden per transfer, which allows you to configure and manage projects with multiple user accounts
6. Save and Test connection in Movebot
7. If the connection has succeeded, you can continue

### CSV Formatting for IMAP Credentials for Multiple Users

When moving to/from an IMAP server, you can provide credentials for each user directly in the CSV file by specifying a "source\_secret" and/or "destination\_secret" column.

To add a CSV file with multiple users, within a project click **Add Transfer** and then **Import Transfer from CSV** in the dropdown.

The format for these columns shown below.&#x20;

**Example (IMAP source):**

```
source,source_secret,destination
/mailbox:michael@couchdropdemo.com,michael@couchdropdemo.com:P@ssw0rd1,/mailbox:michael@newdomain
/mailbox:chris@couchdropdemo.com,chris@couchdropdemo.com:P@ssw0rd2,/mailbox:chris@newdomain.com
```

For help with CSV mappings, get in touch with support via [support@movebot.io](mailto:support@couchdrop.io)<br>

### Supported Features

Movebot has comprehensive support for IMAP servers and is well-maintained.

| Feature                    | Supported in Movebot |
| -------------------------- | -------------------- |
| Email Messages and Folders | Fully Supported      |

\
Tags: imap


---

# 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.movebot.io/connections/imap-server.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.
