Skip to main content

list_inboxes

AsyncMethod
This is a method of the EmailProtocol class in the protocols module.
List all inboxes accessible to this bot.

Signature

Returns

List[Dict[str, Any]]
List of inbox dicts with ‘id’ and ‘email_address’ keys

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 1286