Function mailslurp::apis::inbox_controller_api::get_inboxes[][src]

pub async fn get_inboxes(
    configuration: &Configuration,
    params: GetInboxesParams
) -> Result<Vec<Inbox>, Error<GetInboxesError>>
Expand description

List the inboxes you have created. Note use of the more advanced getAllEmails is recommended and allows paginated access using a limit and sort parameter.