Class | Description |
---|---|
HtmlParser |
Provides functionality for parsing the HTML part of a
MailMessage . |
ImapMailReceiver | |
MailComment |
A comment parsed from inbound email
|
MailMessage |
A simplified representation of an RFC 2045-2047 mime email message used for representing received
emails inside Gerrit.
|
MailMessage.Builder | |
MailMetadata |
MailMetadata represents metadata parsed from inbound email.
|
MailProcessor |
A service that can attach the comments from a
MailMessage to a change. |
MailReceiver |
MailReceiver implements base functionality for receiving emails.
|
MailReceiver.Module | |
MetadataParser |
Parse metadata from inbound email
|
ParserUtil | |
Pop3MailReceiver |
An implementation of
MailReceiver for POP3. |
RawMailParser |
Parses raw email content received through POP3 or IMAP into an internal
MailMessage . |
TextParser |
Provides parsing functionality for plaintext email.
|
Enum | Description |
---|---|
Protocol |
Exception | Description |
---|---|
MailParsingException |
An
Exception indicating that an email could not be parsed. |
MailTransferException |
An exception indicating a known transport-level exception.
|