com.sun.mail.imap
接口 IMAPFolder.ProtocolCommand

包容类:
IMAPFolder

public static interface IMAPFolder.ProtocolCommand

A simple interface for user-defined IMAP protocol commands.


方法摘要
 Object doCommand(IMAPProtocol protocol)
          Execute the user-defined command using the supplied IMAPProtocol object.
 

方法详细信息

doCommand

Object doCommand(IMAPProtocol protocol)
                 throws ProtocolException
Execute the user-defined command using the supplied IMAPProtocol object.

抛出:
ProtocolException


Copyright © 2013. All Rights Reserved.