TsBiff 1.3


Uses of Interface
ts.mail.FetchAgent

Packages that use FetchAgent
ts.biff   
ts.mail   
 

Uses of FetchAgent in ts.biff
 

Fields in ts.biff declared as FetchAgent
protected  FetchAgent Controller.myAgent
          The Fetch Agent used to scan mailbox messages
 

Methods in ts.biff that return FetchAgent
static FetchAgent MailUtil.getFetchAgent()
          Get user prefered Fetch Agent
 

Constructors in ts.biff with parameters of type FetchAgent
Controller(FetchAgent anAgent)
          Instantiate the controller.
 

Uses of FetchAgent in ts.mail
 

Classes in ts.mail that implement FetchAgent
 class MboxAgent
          This Class is a FetchAgent but does not use a mailserver for fetching mail, instead it fetches mail by reading and parsing a standard Unix mailbox file (mbox).
 class Pop3Agent
          This Class is a FetchAgent that connects to a POP3 server to fetch mail.
 


TsBiff 1.3