get_mailbox_client_settings
ActiveTool of run.domani/domani
declared in 1.0.0
Get IMAP/SMTP settings for a hosted mailbox to configure a mail client (Apple Mail, Thunderbird). Username is the full address; password is an app password. API: GET /api/emails/{address}/client-settings.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "Hosted mailbox slug"
},
"domain": {
"type": "string",
"description": "Hosted mailbox domain"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries