Uses of Class
org.abstracthorizon.mercury.smtp.util.Path

Packages that use Path
org.abstracthorizon.mercury.filter.spam   
org.abstracthorizon.mercury.smtp   
org.abstracthorizon.mercury.smtp.command   
org.abstracthorizon.mercury.smtp.filter   
org.abstracthorizon.mercury.smtp.filter.quiet   
 

Uses of Path in org.abstracthorizon.mercury.filter.spam
 

Methods in org.abstracthorizon.mercury.filter.spam with parameters of type Path
 String DestinationMailboxFilter.processDestinationMailbox(MailSessionData data, Path path)
          Checks if destination mailbox exists and if not so slows down thread for given number of milliseconds
 String FinalSPAMFilter.processDestinationMailbox(MailSessionData data, Path path)
          Returns SPAMScore.MAIL_RECOGNISED_AS_SPAM if SPAMScore.isSPAM() returns true
 String SimpleSubjectFilter.processDestinationMailbox(MailSessionData data, Path path)
           
 

Uses of Path in org.abstracthorizon.mercury.smtp
 

Methods in org.abstracthorizon.mercury.smtp with parameters of type Path
 boolean SMTPScanner.path(Path path)
           
 

Uses of Path in org.abstracthorizon.mercury.smtp.command
 

Methods in org.abstracthorizon.mercury.smtp.command with parameters of type Path
protected  boolean DataCommand.processLocalMailbox(SMTPSession connection, Path path, javax.mail.internet.MimeMessage message)
          Processes local storage mails.
protected  void MailCommand.processMailFrom(SMTPSession connection, Path path)
          Sets from path to the session.
protected  void RcptCommand.processPath(SMTPSession connection, Path path)
          Processes path
 

Method parameters in org.abstracthorizon.mercury.smtp.command with type arguments of type Path
protected  String DataCommand.composeDestMailboxes(List<Path> dest)
          Composes Received header's list of destination mailboxes
protected  boolean DataCommand.processExternalMail(SMTPSession connection, List<Path> externals, javax.mail.internet.MimeMessage message)
          Processes external mails - invokes transport protocol in sending mail further or caching it localing for delayed send.
 

Uses of Path in org.abstracthorizon.mercury.smtp.filter
 

Fields in org.abstracthorizon.mercury.smtp.filter declared as Path
protected  Path MailSessionData.sourceMailbox
           
 

Fields in org.abstracthorizon.mercury.smtp.filter with type parameters of type Path
protected  List<Path> MailSessionData.destinationMailboxes
           
 

Methods in org.abstracthorizon.mercury.smtp.filter that return Path
 Path MailSessionData.getSourceMailbox()
           
 

Methods in org.abstracthorizon.mercury.smtp.filter that return types with arguments of type Path
 List<Path> MailSessionData.getDestinationMailboxes()
           
 

Methods in org.abstracthorizon.mercury.smtp.filter with parameters of type Path
 String Filter.processDestinationMailbox(MailSessionData data, Path destinationMailbox)
          This method is called for each destination mailbox.
 String FindStorageFilter.processDestinationMailbox(MailSessionData data, Path path)
           
protected  void FilterMailCommand.processMailFrom(SMTPSession session, Path path)
          Sets from path to the session.
protected  void FilterRcptCommand.processPath(SMTPSession session, Path path)
           
 String SMTPFilterCommandFactory.setDestinationMailbox(MailSessionData data, Path destinationMailbox)
          Sets destination mailbox
 void MailSessionData.setSourceMailbox(Path sourceMailbox)
           
 

Method parameters in org.abstracthorizon.mercury.smtp.filter with type arguments of type Path
 void MailSessionData.setDestinationMailboxes(List<Path> destinationMailboxes)
           
 

Uses of Path in org.abstracthorizon.mercury.smtp.filter.quiet
 

Methods in org.abstracthorizon.mercury.smtp.filter.quiet with parameters of type Path
 String QuietFindStorageFilter.processDestinationMailbox(MailSessionData data, Path path)
           
protected  void QuietFilterMailCommand.processMailFrom(SMTPSession session, Path path)
          Sets from path to the session.
protected  void QuietFilterRcptCommand.processPath(SMTPSession session, Path path)
           
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.