Used internally to send a command/request to an IMAP server.
procedure WriteLn( AOut: string );
Parameters |
Description |
AOut |
Command (string) to be sent. |
WriteLn is an overloaded method used internally to send the command or request specified in AOut to the remote IMAP4 server.
WriteLn uses the corresponding method in the IOHandler assigned for the client connection
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|