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

Structs

GetExpiredInboxByInboxIdParams

struct for passing parameters to the method get_expired_inbox_by_inbox_id

GetExpiredInboxRecordParams

struct for passing parameters to the method get_expired_inbox_record

GetExpiredInboxesParams

struct for passing parameters to the method get_expired_inboxes

Enums

GetExpirationDefaultsError

struct for typed errors of method get_expiration_defaults

GetExpiredInboxByInboxIdError

struct for typed errors of method get_expired_inbox_by_inbox_id

GetExpiredInboxRecordError

struct for typed errors of method get_expired_inbox_record

GetExpiredInboxesError

struct for typed errors of method get_expired_inboxes

Functions

get_expiration_defaults

Return default times used for inbox expiration

get_expired_inbox_by_inbox_id

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

get_expired_inbox_record

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

get_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