Protected configurationOptional initOverrides: RequestInitReturn default times used for inbox expiration Get default expiration settings
Optional initOverrides: RequestInitUse 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 for a previously existing inbox
Optional initOverrides: RequestInitUse 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 for a previously existing inbox
Optional initOverrides: RequestInitInboxes 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 an expired inbox record
Optional initOverrides: RequestInitInboxes 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 an expired inbox record
Optional initOverrides: RequestInitInboxes 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 List records of expired inboxes
Optional initOverrides: RequestInitInboxes 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 List records of expired inboxes
Optional initOverrides: RequestInitProtected requestOptional initOverrides: RequestInitRest ...middlewares: Middleware[]Rest ...postMiddlewares: ((context: ResponseContext) => Promise<void | Response>)[]Rest ...preMiddlewares: ((context: RequestContext) => Promise<void | FetchParams>)[]
Return default times used for inbox expiration Get default expiration settings