Internet Direct (Indy)
Home
PreviousUpNext
TIdPOP3.CAPA Method

Indicates the POP3 CAPA command is supported for the POP3 client connection.

Pascal
function CAPA: Boolean;

Boolean - True when the POP3 SMTP CAPA command is supported for the connection.

CAPA is a Boolean function used to determine if the POP3 CAPA command is supported for the client connection to the POP3 server. CAPA is used to capture the Capabilities returned in the SMTP response. 

CAPA returns True when the command is supported by the destination POP3 server for the connection. HasCAPA is also set to True when the CAPA command is supported. 

CAPA is used in Connect after the connection to the POP3 server identified in Host and Port has been established, and the value in GreetingBanner has been read from the server response.

TIdPOP3.HasCAPA TIdPOP3.Connect TIdPOP3.GreetingBanner

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.