MailSlurpAPI.Api.ExpiredController.get_expired_inboxes
You're seeing just the function
get_expired_inboxes
, go back to MailSlurpAPI.Api.ExpiredController module for more information.
Link to this function
get_expired_inboxes(connection, opts \\ [])
Specs
get_expired_inboxes(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.PageExpiredInboxRecordProjection.t()} | {:error, Tesla.Env.t()}
List records of expired inboxes Inboxes created with an expiration date will expire after the given date. An ExpiredInboxRecord is created that records the inboxes old ID and email address. You can still read emails in the inbox (using the inboxes old ID) but the email address associated with the inbox can no longer send or receive emails. Fetch expired inbox records to view the old inboxes properties
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure