![MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Скачать руководство пользователя страница 178](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-cfml-language/coldfusion-4-5-cfml-language_reference_3287257178.webp)
154
CFML Language Reference
CFPOP
CFPOP retrieves and deletes email messages from a POP mail server. See also
CFMAIL
.
Syntax
<CFPOP SERVER="servername"
PORT="port_number"
USERNAME="username"
PASSWORD="password"
ACTION="action"
NAME="queryname"
MESSAGENUMBER="number"
ATTACHMENTPATH="path"
TIMEOUT="seconds"
MAXROWS="number"
STARTROW="number"
GENERATEUNIQUEFILENAMES="boolean">
SERVER
Required. Host name (biff.upperlip.com) or IP address (192.1.2.225) of the POP
server.
PORT
Optional. Defaults to the standard POP port, 110.
USERNAME
Optional. If no user name is specified, the POP connection is anonymous.
PASSWORD
Optional. Password corresponds to user name.
ACTION
Optional. Specifies the mail action. There are three possible values:
•
GetHeaderOnly — (Default) Returns message header information only.
•
GetAll — Returns message header information, message text, and attachments
if ATTACHMENTPATH is specified.
•
Delete — Deletes messages on the POP server.
Note
Two retrieve options are offered to maximize performance. Message
header information is typically short and therefore quick to transfer.
Message text and attachments can be very long and therefore take
longer to process. See the Message Header and Body Columns table,
which follows the CFPOP attribute descriptions, for information on
retrieving header and body information form the query when you
specify GetHeaderOnly or GetAll.
Содержание COLDFUSION 4.5-CFML LANGUAGE
Страница 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Страница 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Страница 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Страница 296: ...272 CFMLLanguageReference INPUT TYPE text NAME number2 BR INPUT TYPE submit NAME submit VALUE Add FORM BODY HTML...
Страница 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Страница 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Страница 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Страница 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Страница 557: ...Chapter 2 ColdFusion Functions 533 P CFOUTPUT Value i is employee keysToStruct i CFOUTPUT P CFLOOP CFIF BODY HTML...
Страница 584: ...560 CFMLLanguageReference...
Страница 594: ...570 CFMLLanguageReference...