You're viewing a demo portfolio

Join the waitlist
PRSM

imap_check

Active

Tool of MailX Email Deliverability

declared in 1.0.0

Test an IMAP server connection by attempting to connect and authenticate. Use this to verify email receiving configuration.

Parameters schema

{
  "type": "object",
  "required": [
    "imap_host",
    "imap_port",
    "username",
    "password",
    "imap_encryption"
  ],
  "properties": {
    "password": {
      "type": "string",
      "description": "The IMAP password or app-specific password"
    },
    "username": {
      "type": "string",
      "description": "The IMAP username for authentication"
    },
    "imap_host": {
      "type": "string",
      "description": "The IMAP server hostname, e.g. imap.gmail.com"
    },
    "imap_port": {
      "type": "integer",
      "maximum": 65535,
      "minimum": 1,
      "description": "The IMAP port number, e.g. 993 for SSL, 143 for unencrypted"
    },
    "imap_encryption": {
      "enum": [
        "ssl",
        "tls",
        "none"
      ],
      "type": "string",
      "description": "The encryption protocol: ssl, tls, or none"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

MailX Email Deliverability

1/7 registries
View full server →
imap_check — MailX Email Deliverability — PRSM MCP