org.opencrx.application.mail.importer
Class MailStore
java.lang.Object
org.opencrx.application.mail.importer.MailStore
public class MailStore
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POP3_MODE
public static final String POP3_MODE
- See Also:
- Constant Field Values
IMAP_MODE
public static final String IMAP_MODE
- See Also:
- Constant Field Values
DEFAULT_FOLDERNAME
public static final String DEFAULT_FOLDERNAME
- See Also:
- Constant Field Values
MailStore
public MailStore(MailImporterConfig config)
openStore
public void openStore()
throws ServiceException
- Throws:
ServiceException
getMessages
public Message[] getMessages()
throws MessagingException
- Throws:
MessagingException
openFolder
public void openFolder(String name)
throws ServiceException
- Throws:
ServiceException
closeFolder
public void closeFolder()
closeStore
public void closeStore()
- Finally close the store currently in use.
This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.