User Guide
cfpop 329
cfpop
Description
Retrieves or deletes e-mail messages from a POP mail server.
Category
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 = "yes" or "no"
debug = "yes" or "no">
See also
cfftp
, cfhttp, cfldap, cfmail, cfmailparam, SetLocale; Chapter 39, “Sending and
Receiving E-Mail” in ColdFusion MX Developer’s Guide.
History
ColdFusion MX 6.1:
• Added support for multipart mail messages 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.