Package | Description |
---|---|
lazyj.mail |
Utility classes for sending and decoding emails.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<MailUtils.MXRecord> |
MailUtils.getMXServers(java.lang.String domain)
Get the mail servers for the given domain name
|
static java.util.List<MailUtils.MXRecord> |
MailUtils.removeDuplicates(java.util.List<MailUtils.MXRecord> original)
Remove servers that show up more than once in a MX list of a domain.
|
Modifier and Type | Method and Description |
---|---|
int |
MailUtils.MXRecord.compareTo(MailUtils.MXRecord other) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<MailUtils.MXRecord> |
MailUtils.removeDuplicates(java.util.List<MailUtils.MXRecord> original)
Remove servers that show up more than once in a MX list of a domain.
|