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
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. |