Class POP3Folder

  • All Implemented Interfaces:
    java.lang.AutoCloseable

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

    Author:
    Bill Shannon, John Mani (ported to the javax.mail APIs)
    • Constructor Detail

      • POP3Folder

        protected POP3Folder​(POP3Store store,
                             java.lang.String name)