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 (http://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 ...

Get Sams Teach Yourself ColdFusion® in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.