Uses of Interface
com.sun.mail.imap.IMAPFolder.ProtocolCommand

Packages that use IMAPFolder.ProtocolCommand
com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. 
 

Uses of IMAPFolder.ProtocolCommand in com.sun.mail.imap
 

Methods in com.sun.mail.imap with parameters of type IMAPFolder.ProtocolCommand
 java.lang.Object IMAPFolder.doCommand(IMAPFolder.ProtocolCommand cmd)
          Execute a user-supplied IMAP command.
 java.lang.Object IMAPFolder.doCommandIgnoreFailure(IMAPFolder.ProtocolCommand cmd)
           
 java.lang.Object IMAPFolder.doOptionalCommand(java.lang.String err, IMAPFolder.ProtocolCommand cmd)
           
protected  java.lang.Object IMAPFolder.doProtocolCommand(IMAPFolder.ProtocolCommand cmd)