> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/rpa-studio/application/mail/move-imap-mail.md).

# Move IMAP Mail

This activity moves an IMAP mail message from a user specified folder to another folder within the user's account.

### Email Configuration

* **Email Id:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) ![](/files/-MVREnwPf_D3-qJvjjYd)\
  The email account used to move the message.\\
* **Password:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) ![](/files/-MVREnwPf_D3-qJvjjYd)\
  The password of the email account used to move the message.\\
* **From Folder:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) ![](/files/-MVREnwPf_D3-qJvjjYd)\
  The mail folder from which the mail messages are to be moved.\\
* **Mail Folder:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) ![](/files/-MVREnwPf_D3-qJvjjYd)\
  The mail folder to which the mail messages are to be moved.

### Server Configuration

* **Server:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) ![](/files/-MVREnwPf_D3-qJvjjYd)\
  The email server host that is to be used.\\
* **Port:** [`Integer Argument`](/getting-started/rpa-studio/arguments.md#integer)\
  The port used to get the email message.\\
* **Secure Connection:**\
  Specifies the SSL and/or TLS encryption to be used for the connection.The following are the available options.
  * `Auto` - Allows the IMailService to decide which SSL or TLS options are to be used . `Default`
  * `None` - No SSL/TLS encryption is used.
  * `SslOnConnect` - Uses SSL/TLS encryption immediately.
  * `StartTls` - Uses the TLS encryption immediately after reading the greeting and capabilities of the server. If the server does not support the StartTLS extension, the connection fails.
  * `StartTlsWhenAvailable` - Allows the usage of TLS encryption immediately after reading the greeting and capabilities of the server only if the server supports StartTLS.

### Options

* **Enable SSL:** `Optional`
  * `True` - The activity will use SSL for sending the message.
  * `False` - The activity wont use SSL for sending the message. `Default`
