org.opencrx.mail.servlet
Class MailStore
java.lang.Object
org.opencrx.mail.servlet.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 javax.mail.Message[] getMessages()
throws javax.mail.MessagingException
- Throws:
javax.mail.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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.