A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
C
- cAA - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
- cAA - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
- cAA - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
- cC - enum entry in com.mailslurp.models.MatchOption.Field
- cDNSKEY - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
- cDNSKEY - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
- cDNSKEY - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
- cDS - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
- cDS - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
- cDS - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
- cERT - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
- cERT - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
- cERT - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
- ClientError - enum entry in com.mailslurp.infrastructure.ResponseType
- ClientError - class in com.mailslurp.infrastructure
- ClientException - class in com.mailslurp.infrastructure
- ClientException.Companion - class in com.mailslurp.infrastructure.ClientException
- cNAME - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
- cNAME - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
- cNAME - enum entry in com.mailslurp.models.DomainNameRecord.RecordType
- collectionDelimiter(String) - function in com.mailslurp.infrastructure.ApiAbstractionsKt
- com.mailslurp.apis - package com.mailslurp.apis
- com.mailslurp.infrastructure - package com.mailslurp.infrastructure
- com.mailslurp.models - package com.mailslurp.models
- CommonActionsControllerApi - class in com.mailslurp.apis
- CommonActionsControllerApi.Companion - class in com.mailslurp.apis.CommonActionsControllerApi
- ConditionOption - class in com.mailslurp.models
- Options for matching emails in an inbox based on a condition such as
HAS_ATTACHMENTS=TRUE - ConditionOption.Condition - class in com.mailslurp.models.ConditionOption
- Condition of an email object that can be used to filter results Values: hASATTACHMENTS
- ConditionOption.Value - class in com.mailslurp.models.ConditionOption
- Expected condition value Values: tRUE,fALSE
- ContactControllerApi - class in com.mailslurp.apis
- ContactControllerApi.Companion - class in com.mailslurp.apis.ContactControllerApi
- ContactDto - class in com.mailslurp.models
- ContactProjection - class in com.mailslurp.models
- cONTAIN - enum entry in com.mailslurp.models.MatchOption.Should
- ContentMatchOptions - class in com.mailslurp.models
- Options for matching content using regex patterns based on Java Pattern syntax
- CountDto - class in com.mailslurp.models
- createAlias(CreateAliasOptions) - function in com.mailslurp.apis.AliasControllerApi
- Create an email alias.
- CreateAliasOptions - class in com.mailslurp.models
- Create email alias options.
- createAliasRequestConfig(CreateAliasOptions) - function in com.mailslurp.apis.AliasControllerApi
- To obtain the request config of the operation createAlias
- createContact(CreateContactOptions) - function in com.mailslurp.apis.ContactControllerApi
- Create a contact
- CreateContactOptions - class in com.mailslurp.models
- createContactRequestConfig(CreateContactOptions) - function in com.mailslurp.apis.ContactControllerApi
- To obtain the request config of the operation createContact
- createDomain(CreateDomainOptions) - function in com.mailslurp.apis.DomainControllerApi
- Create Domain Link a domain that you own with MailSlurp so you can create email addresses using it.
- CreateDomainOptions - class in com.mailslurp.models
- Options for creating a domain to use with MailSlurp.
- CreateDomainOptions.DomainType - class in com.mailslurp.models.CreateDomainOptions
- Type of domain.
- createDomainRequestConfig(CreateDomainOptions) - function in com.mailslurp.apis.DomainControllerApi
- To obtain the request config of the operation createDomain
- createGroup(CreateGroupOptions) - function in com.mailslurp.apis.GroupControllerApi
- Create a group
- CreateGroupOptions - class in com.mailslurp.models
- createGroupRequestConfig(CreateGroupOptions) - function in com.mailslurp.apis.GroupControllerApi
- To obtain the request config of the operation createGroup
- createInbox(String,List,String,String,Boolean,Boolean,OffsetDateTime,Long,Boolean,String) - function in com.mailslurp.apis.InboxControllerApi
- Create an inbox email address.
- CreateInboxDto - class in com.mailslurp.models
- Options for creating an inbox.
- CreateInboxDto.InboxType - class in com.mailslurp.models.CreateInboxDto
- Type of inbox.
- CreateInboxForwarderOptions - class in com.mailslurp.models
- Options for creating an inbox forwarder
- CreateInboxForwarderOptions.Field - class in com.mailslurp.models.CreateInboxForwarderOptions
- Field to match against to trigger inbox forwarding for inbound email Values: rECIPIENTS,sENDER,sUBJECT,aTTACHMENTS
- createInboxRequestConfig(String,List,String,String,Boolean,Boolean,OffsetDateTime,Long,Boolean,String) - function in com.mailslurp.apis.InboxControllerApi
- To obtain the request config of the operation createInbox
- createInboxRuleset(UUID,CreateInboxRulesetOptions) - function in com.mailslurp.apis.InboxControllerApi
- Create an inbox ruleset Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
- CreateInboxRulesetOptions - class in com.mailslurp.models
- Options for creating inbox rulesets.
- CreateInboxRulesetOptions.Action - class in com.mailslurp.models.CreateInboxRulesetOptions
- Action to be taken when the ruleset matches an email for the given scope.
- CreateInboxRulesetOptions.Scope - class in com.mailslurp.models.CreateInboxRulesetOptions
- What type of emails actions to apply ruleset to.
- createInboxRulesetRequestConfig(UUID,CreateInboxRulesetOptions) - function in com.mailslurp.apis.InboxControllerApi
- To obtain the request config of the operation createInboxRuleset
- createInboxWithDefaults() - function in com.mailslurp.apis.InboxControllerApi
- Create an inbox with default options.
- createInboxWithDefaultsRequestConfig() - function in com.mailslurp.apis.InboxControllerApi
- To obtain the request config of the operation createInboxWithDefaults
- createInboxWithOptions(CreateInboxDto) - function in com.mailslurp.apis.InboxControllerApi
- Create an inbox with options.
- createInboxWithOptionsRequestConfig(CreateInboxDto) - function in com.mailslurp.apis.InboxControllerApi
- To obtain the request config of the operation createInboxWithOptions
- createNewEmailAddress(Boolean,Boolean,OffsetDateTime,Long,String,String,String,String,Set,Boolean) - function in com.mailslurp.apis.CommonActionsControllerApi
- Create new random inbox Returns an Inbox with an `id` and an `emailAddress`
- createNewEmailAddress1(Boolean,Boolean,OffsetDateTime,Long,String,String,String,String,Set,Boolean) - function in com.mailslurp.apis.CommonActionsControllerApi
- Create new random inbox Returns an Inbox with an `id` and an `emailAddress`
- createNewEmailAddress1RequestConfig(Boolean,Boolean,OffsetDateTime,Long,String,String,String,String,Set,Boolean) - function in com.mailslurp.apis.CommonActionsControllerApi
- To obtain the request config of the operation createNewEmailAddress1
- createNewEmailAddressRequestConfig(Boolean,Boolean,OffsetDateTime,Long,String,String,String,String,Set,Boolean) - function in com.mailslurp.apis.CommonActionsControllerApi
- To obtain the request config of the operation createNewEmailAddress
- createNewInboxForwarder(UUID,CreateInboxForwarderOptions) - function in com.mailslurp.apis.InboxForwarderControllerApi
- Create an inbox forwarder Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
- createNewInboxForwarderRequestConfig(UUID,CreateInboxForwarderOptions) - function in com.mailslurp.apis.InboxForwarderControllerApi
- To obtain the request config of the operation createNewInboxForwarder
- createNewInboxRuleset(UUID,CreateInboxRulesetOptions) - function in com.mailslurp.apis.InboxRulesetControllerApi
- Create an inbox ruleset Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
- createNewInboxRulesetRequestConfig(UUID,CreateInboxRulesetOptions) - function in com.mailslurp.apis.InboxRulesetControllerApi
- To obtain the request config of the operation createNewInboxRuleset
- createTemplate(CreateTemplateOptions) - function in com.mailslurp.apis.TemplateControllerApi
- Create a Template
- CreateTemplateOptions - class in com.mailslurp.models
- createTemplateRequestConfig(CreateTemplateOptions) - function in com.mailslurp.apis.TemplateControllerApi
- To obtain the request config of the operation createTemplate
- createTrackingPixel(CreateTrackingPixelOptions) - function in com.mailslurp.apis.TrackingControllerApi
- Create tracking pixel Create a tracking pixel.
- CreateTrackingPixelOptions - class in com.mailslurp.models
- createTrackingPixelRequestConfig(CreateTrackingPixelOptions) - function in com.mailslurp.apis.TrackingControllerApi
- To obtain the request config of the operation createTrackingPixel
- createWebhook(UUID,CreateWebhookOptions) - function in com.mailslurp.apis.WebhookControllerApi
- Attach a WebHook URL to an inbox Get notified whenever an inbox receives an email via a WebHook URL.
- CreateWebhookOptions - class in com.mailslurp.models
- Options for creating a webhook.
- CreateWebhookOptions.EventName - class in com.mailslurp.models.CreateWebhookOptions
- Optional webhook event name.
- createWebhookRequestConfig(UUID,CreateWebhookOptions) - function in com.mailslurp.apis.WebhookControllerApi
- To obtain the request config of the operation createWebhook
- cSYNC - enum entry in com.mailslurp.models.DNSLookupOptions.RecordTypes
- cSYNC - enum entry in com.mailslurp.models.DNSLookupResult.RecordType
- cSYNC - enum entry in com.mailslurp.models.DomainNameRecord.RecordType