Module mailslurp::apis::expired_controller_api[][src]

Structs

struct for passing parameters to the method get_expired_inbox_by_inbox_id

struct for passing parameters to the method get_expired_inbox_record

struct for passing parameters to the method get_expired_inboxes

Enums

struct for typed errors of method get_expiration_defaults

struct for typed errors of method get_expired_inbox_by_inbox_id

struct for typed errors of method get_expired_inbox_record

struct for typed errors of method get_expired_inboxes

Functions

Return default times used for inbox expiration

Use the inboxId to return an ExpiredInboxRecord if an inbox has expired. Inboxes expire and are disabled if an expiration date is set or plan requires. Returns 404 if no expired inbox is found for the inboxId

Inboxes created with an expiration date will expire after the given date and be moved to an ExpiredInbox entity. You can still read emails in the inbox but it can no longer send or receive emails. Fetch the expired inboxes to view the old inboxes properties

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