C# Class hMailServer.Core.Protocols.IMAP.ImapServerSessionState

显示文件 Open project: hmailserver/hmailserver-net

Public Methods

Method Description
IsCommandValid ( ImapCommand command ) : bool
Reset ( ) : void

Method Details

IsCommandValid() public method

public IsCommandValid ( ImapCommand command ) : bool
command ImapCommand
return bool

Reset() public method

public Reset ( ) : void
return void