Description
-
Above states provide information about current
user's activities on your Smtp server. When user
connects to server, appropriate events are fired and state
is set to StateConnecting. Once you
allow user to access server, StateLoggedIn is set and will remain so until
disconnection. Specially, during user's posting of new
message StateSendingMessage is set
and in that time you should not expect to receive any
commands from the user.
Members
-
|
StateNotConnected |
0 |
User is not
connected. |
|
StateConnecting |
1 |
User is connecting. |
|
StateLoggedIn |
2 |
User connected
successfully. |
|
StateSendingMessage |
3 |
User is sending new
message. |
|
StateSendingAuth |
4 |
User is sending
authentication. |
|