C D F G M S T V 
All Classes All Packages

C

com.mailboxvalidator - package com.mailboxvalidator
 

D

DisposableEmail(String) - Method in class com.mailboxvalidator.SingleValidation
This function to check if an email address is from a disposable email provider

F

FreeEmail(String) - Method in class com.mailboxvalidator.SingleValidation
This function to check if an email address is from a free email provider

G

getBaseEmailAddress() - Method in class com.mailboxvalidator.MBVResult
This method to get the base email address of the email address being validated.
getCreditsAvailable() - Method in class com.mailboxvalidator.MBVResult
This method to get the number of remaining query credits.
getDomain() - Method in class com.mailboxvalidator.MBVResult
This method to get the domain name of the email address.
getEmailAddress() - Method in class com.mailboxvalidator.MBVResult
This method to get the email address being validated.
getErrorCode() - Method in class com.mailboxvalidator.MBVResult
This method to get the error code.
getErrorMessage() - Method in class com.mailboxvalidator.MBVResult
This method to get the error message.
getIsCatchall() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email address is a catch-all address.
getIsDisposable() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email address is from a disposable email provider.
getIsDMARCEnforced() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email domain is enforcing DMARC.
getIsDomain() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email domain has a valid MX record in the DNS entries.
getIsFree() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email address is from a free email provider.
getIsGreylisted() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the mail server employs greylisting.
getIsHighRisk() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email address contains high risk keywords.
getIsRole() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email address is a role-based email address.
getIsServerDown() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the mail server is currently down or unresponsive.
getIsSMTP() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the mail server is responding to connection.
getIsStrictSPF() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email domain is using strict SPF.
getIsSuppressed() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email address is in our blacklist.
getIsSyntax() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email address is syntactically correct.
getIsVerified() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the mail server confirms that the email address actually exists.
getMailboxValidatorScore() - Method in class com.mailboxvalidator.MBVResult
This method to get the email reputation score.
getStatus() - Method in class com.mailboxvalidator.MBVResult
This method to get whether our system think the email address is valid based on the various result fields.
getTimeTaken() - Method in class com.mailboxvalidator.MBVResult
This method to get the execution time of the API in seconds.
getVersion() - Method in class com.mailboxvalidator.MBVResult
This method to get component version.
getWebsiteExist() - Method in class com.mailboxvalidator.MBVResult
This method to get whether the email domain is a reachable website.

M

MBVResult - Class in com.mailboxvalidator
 

S

SingleValidation - Class in com.mailboxvalidator
 
SingleValidation(String) - Constructor for class com.mailboxvalidator.SingleValidation
 

T

toString() - Method in class com.mailboxvalidator.MBVResult
This method to return all the fields.

V

ValidateEmail(String) - Method in class com.mailboxvalidator.SingleValidation
This function to validate an email address using the MailboxValidator API
C D F G M S T V 
All Classes All Packages