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

Afficher le fichier Open project: hmailserver/hmailserver-net

Méthodes publiques

Méthode Description
ParseCommand ( string command ) : SmtpCommand
ParseEhlo ( string data ) : string
ParseHeloEhlo ( string command ) : string
ParseMailFrom ( string command ) : MailFromParseResult
ParseRcptTo ( string command ) : string

Private Methods

Méthode Description
CommandParser ( ) : System

Method Details

ParseCommand() public static méthode

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

ParseEhlo() public static méthode

public static ParseEhlo ( string data ) : string
data string
Résultat string

ParseHeloEhlo() public static méthode

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

ParseMailFrom() public static méthode

public static ParseMailFrom ( string command ) : MailFromParseResult
command string
Résultat hMailServer.Core.Protocols.SMTP.Parsing.MailFromParseResult

ParseRcptTo() public static méthode

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