public static interface

IMAPFolder.ProtocolCommand

com.google.code.com.sun.mail.imap.IMAPFolder.ProtocolCommand

Class Overview

A simple interface for user-defined IMAP protocol commands.

Summary

Public Methods
abstract Object doCommand(IMAPProtocol protocol)
Execute the user-defined command using the supplied IMAPProtocol object.

Public Methods

public abstract Object doCommand (IMAPProtocol protocol)

Execute the user-defined command using the supplied IMAPProtocol object.

Parameters
protocol