IMAP Check
imap_checkTest an IMAP server connection by attempting to connect and authenticate. Use this to verify email receiving configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | The IMAP password or app-specific password | |
| username | Yes | The IMAP username for authentication | |
| 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 | |
| imap_encryption | Yes | The encryption protocol: ssl, tls, or none |