Class POP3Folder

java.lang.Object
jakarta.mail.Folder
org.eclipse.angus.mail.pop3.POP3Folder
All Implemented Interfaces:
AutoCloseable

public class POP3Folder extends Folder
A POP3 Folder (can only be "INBOX"). See the org.eclipse.angus.mail.pop3 package documentation for further information on the POP3 protocol provider.

Author:
Bill Shannon, John Mani (ported to the jakarta.mail APIs)