com.sun.mail.imap
インタフェース IMAPFolder.ProtocolCommand

含まれているクラス:
IMAPFolder

public static interface IMAPFolder.ProtocolCommand

ユーザ定義用 IMAP プロトコルコマンドのシンプルなインターフェイスです。


メソッドの概要
 Object doCommand(com.sun.mail.imap.protocol.IMAPProtocol protocol)
          供給された IMAPProtocol オブジェクトを使用して、ユーザー定義のコマンドを実行します。
 

メソッドの詳細

doCommand

Object doCommand(com.sun.mail.imap.protocol.IMAPProtocol protocol)
                 throws com.sun.mail.iap.ProtocolException
供給された IMAPProtocol オブジェクトを使用して、ユーザー定義のコマンドを実行します。

例外:
com.sun.mail.iap.ProtocolException