C# Class hMailServer.Core.Protocols.POP3.CommandParser

Mostrar archivo Open project: hmailserver/hmailserver-net

Public Methods

Method Description
ParseCommand ( string command ) : Pop3Command
ParseDele ( string command ) : int?
ParsePass ( string command ) : string
ParseRetr ( string command ) : int?
ParseUser ( string command ) : string

Private Methods

Method Description
CommandParser ( ) : System

Method Details

ParseCommand() public static method

public static ParseCommand ( string command ) : Pop3Command
command string
return Pop3Command

ParseDele() public static method

public static ParseDele ( string command ) : int?
command string
return int?

ParsePass() public static method

public static ParsePass ( string command ) : string
command string
return string

ParseRetr() public static method

public static ParseRetr ( string command ) : int?
command string
return int?

ParseUser() public static method

public static ParseUser ( string command ) : string
command string
return string