C# Class BitServer.Program

Show file Open project: AyrA/BitMailServer

Public Properties

Property Type Description
BS BitSettings

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

B64d() protected static method

protected static B64d ( string p ) : string
p string
return string

B64e() protected static method

protected static B64e ( string p ) : string
p string
return string

Exit_Click() protected static method

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

FilterHeaders() protected static method

protected static FilterHeaders ( string p ) : string
p string
return string

POP3_POP3command() protected static method

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

POP3_POP3dropped() protected static method

protected static POP3_POP3dropped ( ) : void
return void

Psrv_POP3incomming() protected static method

protected static Psrv_POP3incomming ( System c ) : void
c System
return void

SMTP_SMTPcommand() protected static method

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

SMTP_SMTPdropped() protected static method

protected static SMTP_SMTPdropped ( ) : void
return void

Settings_Click() protected static method

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

Ssrv_SMTPincomming() protected static method

protected static Ssrv_SMTPincomming ( System c ) : void
c System
return void

check() protected static method

protected static check ( string raw ) : string
raw string
return string

Property Details

BS public static property

public static BitSettings,BitServer BS
return BitSettings