Cfpop - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

154

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.
CFML Language Reference

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 4.5

Table of Contents