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

Afficher le fichier Open project: hmailserver/hmailserver-net

Méthodes publiques

Méthode Description
ParseCommand ( string command ) : Pop3Command
ParseDele ( string command ) : int?
ParsePass ( string command ) : string
ParseRetr ( string command ) : int?
ParseUser ( string command ) : string

Private Methods

Méthode Description
CommandParser ( ) : System

Method Details

ParseCommand() public static méthode

public static ParseCommand ( string command ) : Pop3Command
command string
Résultat Pop3Command

ParseDele() public static méthode

public static ParseDele ( string command ) : int?
command string
Résultat int?

ParsePass() public static méthode

public static ParsePass ( string command ) : string
command string
Résultat string

ParseRetr() public static méthode

public static ParseRetr ( string command ) : int?
command string
Résultat int?

ParseUser() public static méthode

public static ParseUser ( string command ) : string
command string
Résultat string