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

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

List the inboxes you have created. Note use of the more advanced getAllEmails is recommended. You can provide a limit and sort parameter.