Package com.mailosaur
Class Analysis
java.lang.Object
com.mailosaur.Analysis
Message analysis operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPerform a spam analysis of an email.
-
Constructor Details
-
Analysis
-
-
Method Details
-
spam
Perform a spam analysis of an email.- Parameters:
messageId- The identifier of the message to be analyzed.- Returns:
- The results of spam analysis performed by Mailosaur.
- Throws:
MailosaurException- Thrown if Mailosaur responds with an error.IOException- Unexpected exception.
-