| Class | Description |
|---|---|
| HtmlParser |
HTMLParser provides parsing functionality for html email.
|
| ImapMailReceiver | |
| MailComment |
A comment parsed from inbound email
|
| MailMessage |
MailMessage is 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 | |
| MailReceiver |
MailReceiver implements base functionality for receiving emails.
|
| MailReceiver.Module | |
| MetadataParser |
Parse metadata from inbound email
|
| ParserUtil | |
| Pop3MailReceiver | |
| RawMailParser |
RawMailParser parses raw email content received through POP3 or IMAP into an internal
MailMessage. |
| TextParser |
TextParser provides parsing functionality for plaintext email.
|
| Enum | Description |
|---|---|
| Protocol |
| Exception | Description |
|---|---|
| MailParsingException |
MailParsingException indicates that an email could not be parsed.
|