C# Class hMailServer.Protocols.POP3.Pop3ServerCommandHandler

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

Public Methods

Method Description
HandleCapa ( ) : Task
HandleDele ( int messageNumber ) : Task
HandleList ( ) : Task
HandleNoop ( ) : Task
HandlePass ( string username, string password ) : Task
HandleQuit ( ) : Task
HandleRetr ( int messageNumber ) : Task
HandleRset ( ) : Task
HandleStat ( ) : Task
HandleStls ( ) : Task
HandleTop ( ) : Task
HandleUidl ( ) : Task
HandleUser ( string username ) : Task
Pop3ServerCommandHandler ( IContainer container ) : System.Collections.Generic

Method Details

HandleCapa() public method

public HandleCapa ( ) : Task
return Task

HandleDele() public method

public HandleDele ( int messageNumber ) : Task
messageNumber int
return Task

HandleList() public method

public HandleList ( ) : Task
return Task

HandleNoop() public method

public HandleNoop ( ) : Task
return Task

HandlePass() public method

public HandlePass ( string username, string password ) : Task
username string
password string
return Task

HandleQuit() public method

public HandleQuit ( ) : Task
return Task

HandleRetr() public method

public HandleRetr ( int messageNumber ) : Task
messageNumber int
return Task

HandleRset() public method

public HandleRset ( ) : Task
return Task

HandleStat() public method

public HandleStat ( ) : Task
return Task

HandleStls() public method

public HandleStls ( ) : Task
return Task

HandleTop() public method

public HandleTop ( ) : Task
return Task

HandleUidl() public method

public HandleUidl ( ) : Task
return Task

HandleUser() public method

public HandleUser ( string username ) : Task
username string
return Task

Pop3ServerCommandHandler() public method

public Pop3ServerCommandHandler ( IContainer container ) : System.Collections.Generic
container IContainer
return System.Collections.Generic