net.sf.jagzilla.mailprocessor
Class MessageCollector

java.lang.Object
  extended bynet.sf.jagzilla.mailprocessor.MessageCollector

public class MessageCollector
extends java.lang.Object

class to find messages in different mail servers.

Author:
Miguel Griffa

Constructor Summary
MessageCollector(MailAccount ma, BugQuery bq)
           
 
Method Summary
 void collectMessages()
           
 MailAccount getMailAccount()
           
 void setMailAccount(MailAccount mailAccount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageCollector

public MessageCollector(MailAccount ma,
                        BugQuery bq)
                 throws MessagingException
Method Detail

collectMessages

public void collectMessages()
                     throws MessagingException
Throws:
MessagingException

getMailAccount

public MailAccount getMailAccount()
Returns:
Returns the mailAccount.

setMailAccount

public void setMailAccount(MailAccount mailAccount)
                    throws NoSuchProviderException,
                           MessagingException
Parameters:
mailAccount - The mailAccount to set.
Throws:
NoSuchProviderException
MessagingException


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.