Method | Description | |
---|---|---|
OnSessionTimeout ( ) : void |
Is called by server when session has timed out.
|
|
POP3_Session ( Socket clientSocket, |
Default constructor.
|
Method | Description | |
---|---|---|
APOP ( string argsText ) : void | ||
AUTH ( string argsText ) : void | ||
BeginRecieveCmd ( ) : void |
Starts recieveing command.
|
|
CAPA ( string argsText ) : void | ||
DELE ( string argsText ) : void | ||
EndRecieveCmd ( SocketCallBackResult result, long count, |
Is called if command is recieved.
|
|
EndSend ( SocketCallBackResult result, long count, |
Is called when asynchronous send completes.
|
|
EndSession ( ) : void |
Ends session, closes socket.
|
|
LIST ( string argsText ) : void | ||
NOOP ( ) : void | ||
OnError ( |
Is called when error occures.
|
|
OnSocketActivity ( object sender, |
Is called if there was some activity on socket, some data sended or received.
|
|
PASS ( string argsText ) : void | ||
QUIT ( ) : void | ||
RETR ( string argsText ) : void | ||
RSET ( ) : void | ||
Reset ( ) : void | ||
STAT ( ) : void | ||
StartSession ( ) : void |
Starts session.
|
|
SwitchCommand ( string POP3_commandTxt ) : bool |
Parses and executes POP3 commmand.
|
|
TOP ( string argsText ) : void | ||
UIDL ( string argsText ) : void | ||
USER ( string argsText ) : void | ||
Update ( ) : void |
public POP3_Session ( Socket clientSocket, |
||
clientSocket | Socket | Referance to socket. |
server | Referance to POP3 server. | |
logWriter | Log writer. | |
return | System |