C# 클래스 BitServer.Program

파일 보기 프로젝트 열기: AyrA/BitMailServer

공개 프로퍼티들

프로퍼티 타입 설명
BS BitSettings

보호된 메소드들

메소드 설명
B64d ( string p ) : string
B64e ( string p ) : string
Exit_Click ( object sender, EventArgs e ) : void
FilterHeaders ( string p ) : string
POP3_POP3command ( POP3connection POP3, string command, string args, string raw ) : void
POP3_POP3dropped ( ) : void
Psrv_POP3incomming ( System c ) : void
SMTP_SMTPcommand ( SMTPconnection SMTP, string command, string args, string raw ) : void
SMTP_SMTPdropped ( ) : void
Settings_Click ( object sender, EventArgs e ) : void
Ssrv_SMTPincomming ( System c ) : void
check ( string raw ) : string

비공개 메소드들

메소드 설명
Main ( string args ) : void
adminMsg ( string subject, string body ) : void
buildIcon ( ) : void
checkMSG ( ) : void
getAddress ( string raw ) : string
initBS ( ) : bool
size ( string s, int l ) : string
startListener ( ) : void
storeBS ( BitSettings B ) : void
stripQuoted ( string input ) : string
toEmpty ( string p ) : string

메소드 상세

B64d() 보호된 정적인 메소드

protected static B64d ( string p ) : string
p string
리턴 string

B64e() 보호된 정적인 메소드

protected static B64e ( string p ) : string
p string
리턴 string

Exit_Click() 보호된 정적인 메소드

protected static Exit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

FilterHeaders() 보호된 정적인 메소드

protected static FilterHeaders ( string p ) : string
p string
리턴 string

POP3_POP3command() 보호된 정적인 메소드

protected static POP3_POP3command ( POP3connection POP3, string command, string args, string raw ) : void
POP3 POP3connection
command string
args string
raw string
리턴 void

POP3_POP3dropped() 보호된 정적인 메소드

protected static POP3_POP3dropped ( ) : void
리턴 void

Psrv_POP3incomming() 보호된 정적인 메소드

protected static Psrv_POP3incomming ( System c ) : void
c System
리턴 void

SMTP_SMTPcommand() 보호된 정적인 메소드

protected static SMTP_SMTPcommand ( SMTPconnection SMTP, string command, string args, string raw ) : void
SMTP SMTPconnection
command string
args string
raw string
리턴 void

SMTP_SMTPdropped() 보호된 정적인 메소드

protected static SMTP_SMTPdropped ( ) : void
리턴 void

Settings_Click() 보호된 정적인 메소드

protected static Settings_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Ssrv_SMTPincomming() 보호된 정적인 메소드

protected static Ssrv_SMTPincomming ( System c ) : void
c System
리턴 void

check() 보호된 정적인 메소드

protected static check ( string raw ) : string
raw string
리턴 string

프로퍼티 상세

BS 공개적으로 정적으로 프로퍼티

public static BitSettings,BitServer BS
리턴 BitSettings