| name | description |
| cfajaximport | Controls the JavaScript files that are imported for use on pages that use ColdFusion AJAX tags and features. |
| cfajaxproxy | Creates 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. |
| cffeed | Reads 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. |
| cfftp | Lets users implement File Transfer Protocol (FTP) operations. |
| cfhttp | Generates an HTTP request and handles the response from the server. |
| cfhttpparam | Allowed inside cfhttp tag bodies only. Required for cfhttp POST operations. Optional for all others. Specifies parameters to build an HTTP request. |
| cfimap | Queries an IMAP server to retrieve and manage mails within multiple folders. |
| cfldap | Provides an interface to a Lightweight Directory Access Protocol (LDAP) directory server, such as the Netscape Directory Server. |
| cfmail | Sends an e-mail message that optionally contains query output, using an SMTP server. |
| cfmailparam | Attaches a file or adds a header to an e-mail message. |
| cfmailpart | Specifies 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. |
| cfpop | Retrieves or deletes e-mail messages from a POP mail server. |
| cfsprydataset | Creates a Spry XML or JSON data set from the results of a bind expression. |