Uses of Interface
org.eclipse.angus.mail.imap.IMAPFolder.ProtocolCommand
-
Packages that use IMAPFolder.ProtocolCommand Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store. -
-
Uses of IMAPFolder.ProtocolCommand in org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.mail.imap with parameters of type IMAPFolder.ProtocolCommand Modifier and Type Method Description java.lang.ObjectIMAPFolder. doCommand(IMAPFolder.ProtocolCommand cmd)Execute a user-supplied IMAP command.java.lang.ObjectIMAPFolder. doCommandIgnoreFailure(IMAPFolder.ProtocolCommand cmd)java.lang.ObjectIMAPFolder. doOptionalCommand(java.lang.String err, IMAPFolder.ProtocolCommand cmd)protected java.lang.ObjectIMAPFolder. doProtocolCommand(IMAPFolder.ProtocolCommand cmd)
-