User Guide

cfpop 267
cfpop
Description
Retrieves or deletes e-mail messages from a POP mail server.
Category
Forms tags, Internet Protocol tags
Syntax
<cfpop
server = "servername"
port = "port_number"
username = "username"
password = "password"
action = "action"
name = "queryname"
messageNumber = "number"
uid = "number"
attachmentPath = "path"
timeout = "seconds"
maxRows = "number"
startRow = "number"
generateUniqueFilenames = "boolean">
See also
cfftp, cfhttp, cfldap, cfmail, cfmailparam, SetLocale
History
ColdFusion MX 6.1:
Added support for multipart mail mesages with Text and HTML parts.
Changed the attachment name separator: the TAB character is now the separator between
attachment names in the
attachments and attachmentfiles query fields if a message has
multiple attachments. This behavior is identical to ColdFusion 5 and earlier versions.
ColdFusion MX: Changed the attachment name separator: the comma separates names in the
attachments and attachmentfiles query fields if a message has multiple attachments.
Attributes
Attribute Req/Opt Default Description
server Required POP server identifier:
A host name; for example,
"
biff.upperlip.com"
An IP address; for example, "
192.1.2.225"
port Optional 110 POP port
username Optional A user name
password Optional Password that corresponds to
username.