List of usage examples for javax.mail Folder subclass-usage
From source file org.apache.jmeter.protocol.mail.sampler.MailFileFolder.java
public class MailFileFolder extends Folder { private static final String FILENAME_FORMAT = "%d.msg"; private static final String FILENAME_REGEX = "\\d+\\.msg"; private boolean isOpen; private final File folderPath;// Parent folder (or single message file)
From source file com.sun.mail.pop3.POP3Folder.java
/**
* A POP3 Folder (can only be "INBOX").
*
* See the <a href="package-summary.html">com.sun.mail.pop3</a> package
* documentation for further information on the POP3 protocol provider. <p>
*
From source file org.sourceforge.net.javamail4ews.store.EwsFolder.java
public class EwsFolder extends javax.mail.Folder { private final class FolderListenerPublisher implements FolderListener { @Override public void folderCreated(FolderEvent e) { getStore().notifyFolderListeners(e.getType(), EwsFolder.this); }