> 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/get-pop3-mail.md).

# Get POP3 Mail

Retrieves POP3 mail.

This activity retrieves email messages from POP3 server.

### Email Configuration

* **Email Id:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) ![](https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2Fgit-blob-20e90e25afa096ee0833e242a7763776d12b4591%2Fimage.png?alt=media)\
  The email account used to get the message.\\
* **Password:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) ![](https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2Fgit-blob-20e90e25afa096ee0833e242a7763776d12b4591%2Fimage.png?alt=media)\
  The password of the email account used to get the message.\\

### Server Configuration

* **Server:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) ![](https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2Fgit-blob-20e90e25afa096ee0833e242a7763776d12b4591%2Fimage.png?alt=media)\
  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

* **Delete Messages:**
  * `True` - The activity will mark the read messages for deletion.
  * `False` - The read messages wont be deleted .\\
* **Limit:** [`Integer Argument`](/getting-started/rpa-studio/arguments.md#integer)\
  The number of messages to be retrieved from the top.

### Filters

* **Mail Topic:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) `Optional`\
  Filter messages based on message subject.\\
* **Mail Sender:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) `Optional`\
  Filter messages based on sender address.\\
* **Mail Text Body:** [`String Argument`](/getting-started/rpa-studio/arguments.md#string) `Optional`\
  Filter messages based on message hypertext content.

### Output

* **Messages:** [`List Variable`](/getting-started/rpa-studio/variables.md#list)\
  The output is a List which stores variables of type [MimeMessage](/getting-started/rpa-studio/variables.md#mimemessage).
