NOTE: This method is called only if you
implemented IwodPop3Notify interface in your application,
and wodPop3Server1.Notificationproperty has received reference to
instance of your implementation.
StateChange notification method is called each time
user's state changes. From the beginning, when user
tries to connect to server, his state will be set to
'StateConnecting'. Once he
connects successfully and starts accessing his mail, mostly
'StateLoggedIn' will be
set. During message retrieval, StateSendingMessage will be set.
Depending on values provided by this notification
method, you can inspect user's behavior on your server,
deny access to it or just store it locally for debugging
purposes.