folder_get
Get a specific IMAP folder for an email alias using its credentials. Supply the alias username, password, and folder ID to retrieve the folder.
Instructions
Get a specific folder for an alias (IMAP). Requires alias credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Folder ID or path | |
| alias_password | Yes | Alias password from the alias_generate_password tool | |
| alias_username | Yes | Full alias email used as the auth username (e.g. me@example.com) |