imap_check
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
MailX Email Deliverability
1/7 registries