> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for MailboxType

> Lists the enum values for MailboxType.

## MailboxType Enum

Enum indicating the protocol to use (POP/IMAP).

| Name      | Value | Description                                                            |
| --------- | ----- | ---------------------------------------------------------------------- |
| Unknown   | 0     | Unknown                                                                |
| Pop       | 1     | Pop                                                                    |
| Imap      | 2     | Imap - without OAuth support. Use ImapOAuth instead if OAuth is needed |
| Mapi      | 3     | Mapi - Obsolete                                                        |
| Facebook  | 4     | TypeFacebook                                                           |
| Pops      | 5     | Pop SSL                                                                |
| Imaps     | 6     | Imap SSL                                                               |
| SmsPlugin | 7     | Incoming SMS, using a plugin                                           |
| Mailgun   | 8     | Used by mailboxes set up as a Mailgun route                            |
| ImapOAuth | 9     | This is a Imap mailbox using OAuth authentication                      |

## Usage

* [mail\_in\_filter](../mail-in-filter).server\_type - This table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP).
