Uses of Class
io.mailtrap.model.response.inboxes.InboxResponse
Packages that use InboxResponse
-
Uses of InboxResponse in io.mailtrap.api.inboxes
Methods in io.mailtrap.api.inboxes that return InboxResponseModifier and TypeMethodDescriptionInboxes.cleanInbox
(long accountId, long inboxId) Delete all messages (emails) from inboxInboxesImpl.cleanInbox
(long accountId, long inboxId) Inboxes.createInbox
(long accountId, long projectId, CreateInboxRequest request) Create an inbox in a projectInboxesImpl.createInbox
(long accountId, long projectId, CreateInboxRequest request) Inboxes.deleteInbox
(long accountId, long inboxId) Delete an inbox with all its emailsInboxesImpl.deleteInbox
(long accountId, long inboxId) Inboxes.enableEmailAddress
(long accountId, long inboxId) Turn the email address of the inbox on/offInboxesImpl.enableEmailAddress
(long accountId, long inboxId) Inboxes.getInboxAttributes
(long accountId, long inboxId) Get inbox attributes by inbox IDInboxesImpl.getInboxAttributes
(long accountId, long inboxId) Inboxes.markAsRead
(long accountId, long inboxId) Mark all messages in the inbox as readInboxesImpl.markAsRead
(long accountId, long inboxId) Inboxes.resetCredentials
(long accountId, long inboxId) Reset SMTP credentials of the inboxInboxesImpl.resetCredentials
(long accountId, long inboxId) Inboxes.resetEmailAddresses
(long accountId, long inboxId) Reset username of email address per inboxInboxesImpl.resetEmailAddresses
(long accountId, long inboxId) Inboxes.updateInbox
(long accountId, long inboxId, UpdateInboxRequest request) Update inbox name, inbox email usernameInboxesImpl.updateInbox
(long accountId, long inboxId, UpdateInboxRequest request) Methods in io.mailtrap.api.inboxes that return types with arguments of type InboxResponseModifier and TypeMethodDescriptionInboxes.getInboxes
(long accountId) Get a list of inboxesInboxesImpl.getInboxes
(long accountId)