IMAP Check
imap_checkTest IMAP server connections to verify email receiving configuration by connecting and authenticating with host, port, username, password, and encryption settings.
Instructions
Test an IMAP server connection by attempting to connect and authenticate. Use this to verify email receiving configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imap_host | Yes | The IMAP server hostname, e.g. imap.gmail.com | |
| imap_port | Yes | The IMAP port number, e.g. 993 for SSL, 143 for unencrypted | |
| username | Yes | The IMAP username for authentication | |
| password | Yes | The IMAP password or app-specific password | |
| imap_encryption | Yes | The encryption protocol: ssl, tls, or none |