Internet Direct (Indy) Version 9.0.2 Beta
|
LoggedIn: Boolean;
TIdSMTPServer currently supports the AUTH LOGIN authentication mechanism using server challenges and client responses for the Username and Password values for the authorization process. The AUTH LOGIN authentication method uses server challenges that are Base64-encoded string values. The client response is also a BASE64-encoded string value, or the single character '*' to cancel the authentication exchange.
Note: Additional authentication mechanisms may be supported in future versions of Indy.
Server implementations that rely on the OnCommandAUTH event handler are responsible for setting the value of LoggedIn.