|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
org.apache.mailet.MailAddress.getHost()
use MailAddress.getDomain() , whose name was changed to
align with RFC2822 3.4.1. addr-spec specification |
|
org.apache.mailet.MailAddress.getUser()
use MailAddress.getLocalPart() , whose name was changed to
align with the RFC2822 3.4.1. addr-spec specification |
|
org.apache.mailet.MailetContext.isLocalUser(String)
use MailetContext.isLocalEmail(MailAddress) instead |
|
org.apache.mailet.MailetContext.storeMail(MailAddress, MailAddress, MimeMessage)
- use sparingly. Service will be replaced with resource acquired via JNDI. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |