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

pub async fn get_all_inboxes(
    configuration: &Configuration,
    params: GetAllInboxesParams
) -> Result<PageInboxProjection, Error<GetAllInboxesError>>

List inboxes in paginated form. The results are available on the content property of the returned object. This method allows for page index (zero based), page size (how many results to return), and a sort direction (based on createdAt time). You Can also filter by whether an inbox is favorited or use email address pattern. This method is the recommended way to query inboxes. The alternative getInboxes method returns a full list of inboxes but is limited to 100 results. Results do not include team access inboxes by default. Use organization method to list team inboxes or set teamAccess to true.