net.sf.jagzilla.mailprocessor
Class MessageCollector
java.lang.Object
net.sf.jagzilla.mailprocessor.MessageCollector
- public class MessageCollector
- extends java.lang.Object
class to find messages in different mail servers.
- Author:
- Miguel Griffa
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageCollector
public MessageCollector(MailAccount ma,
BugQuery bq)
throws MessagingException
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.