TsBiff 1.3


Uses of Class
ts.mail.GetMailException

Packages that use GetMailException
ts.mail   
 

Uses of GetMailException in ts.mail
 

Methods in ts.mail that throw GetMailException
 java.util.Vector FetchAgent.getMail()
          Fetch mail messages using a certain protocol.
static java.util.Vector MailParser.parse(java.io.InputStream inputstream)
          Parse a mailbox and return a vector with MailModels
 java.util.Vector MboxAgent.getMail()
          Implementation of getMail method.
protected  void MboxAgent.validateMboxFile()
          Validate the mbox file.
 java.util.Vector Pop3Agent.getMail()
          Implementation of the getMail method.
protected  void Pop3Agent.authenticate()
          Login to the POP3 server
protected  int Pop3Agent.stat()
          Stat the server and return the number of messages in the maildrop
protected  java.lang.String Pop3Agent.top(int messageid)
          Top a message and return the multi-line response from the server in a String.
protected  java.lang.String Pop3Agent.command(java.lang.String action)
          Send a command to the POP3 server and return the result string
protected  java.lang.String Pop3Agent.isOk()
          Read a line from the server and check the response.
protected  java.util.Vector Pop3Agent.parseMail()
          Connect a stream with mail messages from the POP3 server to the MailParsers input stream.
 java.util.Vector Pop3Agent.MailParserConnector.getVector()
           
 


TsBiff 1.3