Internet Protocol Tags

namedescription
cfajaximportControls the JavaScript files that are imported for use on pages that use ColdFusion AJAX tags and features.
cfajaxproxyCreates a JavaScript proxy for a ColdFusion component, for use in an AJAX client. Alternatively, creates a proxy for a single CFC method, JavaScript function, or URL that is bound to one or more control attribute values.
cffeedReads or creates an RSS or Atom syndication feed. This tag can read RSS versions 0.90, 0.91, 0.92, 0.93, 0.94, 1.0, and 2.0, and Atom 0.3 or 1.0. It can create RSS 2.0 or Atom 1.0 feeds.
cfftpLets users implement File Transfer Protocol (FTP) operations.
cfhttpGenerates an HTTP request and handles the response from the server.
cfhttpparamAllowed inside cfhttp tag bodies only. Required for cfhttp POST operations. Optional for all others. Specifies parameters to build an HTTP request.
cfimapQueries an IMAP server to retrieve and manage mails within multiple folders.
cfldapProvides an interface to a Lightweight Directory Access Protocol (LDAP) directory server, such as the Netscape Directory Server.
cfmailSends an e-mail message that optionally contains query output, using an SMTP server.
cfmailparamAttaches a file or adds a header to an e-mail message.
cfmailpartSpecifies one part of a multipart e-mail message. Can only be used in the cfmail tag. You can use more than one cfmailpart tag within a cfmail tag.
cfpopRetrieves or deletes e-mail messages from a POP mail server.
cfsprydatasetCreates a Spry XML or JSON data set from the results of a bind expression.