Deprecated API


Contents
Deprecated Classes
org.apache.mailet.HostAddress
            
 

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.MailetContext.getMailServers(String)
          use the generic dnsLookup method 
org.apache.mailet.MailetContext.getSMTPHostAddresses(String)
          use the generic dnsLookup method 
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.log(String)
          use MailetContext.log(LogLevel level, String message) 
org.apache.mailet.MailetContext.log(String, Throwable)
          use MailetContext.log(LogLevel level, String message, Throwable t) 
org.apache.mailet.base.RFC822DateFormat.toString(Date)
          This method is not necessary and is preserved for API backwards compatibility. Users of this class should instantiate an instance and use it as they would any other DateFormat object. 
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.