C# 클래스 hMailServer.Core.Protocols.SMTP.CommandParser

파일 보기 프로젝트 열기: hmailserver/hmailserver-net

공개 메소드들

메소드 설명
ParseCommand ( string command ) : SmtpCommand
ParseEhlo ( string data ) : string
ParseHeloEhlo ( string command ) : string
ParseMailFrom ( string command ) : MailFromParseResult
ParseRcptTo ( string command ) : string

비공개 메소드들

메소드 설명
CommandParser ( ) : System

메소드 상세

ParseCommand() 공개 정적인 메소드

public static ParseCommand ( string command ) : SmtpCommand
command string
리턴 SmtpCommand

ParseEhlo() 공개 정적인 메소드

public static ParseEhlo ( string data ) : string
data string
리턴 string

ParseHeloEhlo() 공개 정적인 메소드

public static ParseHeloEhlo ( string command ) : string
command string
리턴 string

ParseMailFrom() 공개 정적인 메소드

public static ParseMailFrom ( string command ) : MailFromParseResult
command string
리턴 hMailServer.Core.Protocols.SMTP.Parsing.MailFromParseResult

ParseRcptTo() 공개 정적인 메소드

public static ParseRcptTo ( string command ) : string
command string
리턴 string