Internet Direct (Indy)
Home
PreviousUpNext
TIdPOP3AuthenticationType Enumeration

Represents valid authentication types for a POP3 client.

Pascal
TIdPOP3AuthenticationType = (
  atUserPass,
  atAPOP,
  atSASL
);

TIdPOP3AuthenticationType is an enumerated type that represents the valid authentication types for a POP3 client. 

TIdPOP3AuthenticationType is the type used to represent the TIdPOP3.AuthType property, and can contain one the following values and associated meanings: 

 

Value 
Meaning 
atUserPass 
Authenticate using a username and password for the client. 
atAPOP 
Alternate authentication using a 128-bit MD5 hash value. 
atSASL 
Authenticate using SASL mechanisms. 
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.