| Contents > Developing ColdFusion MX Applications > Sending and Receiving E-Mail > Receiving e-mail messages > Using cfpop |
|
|
|
|
||
Use the following steps to add POP mail to your application.
cfpop tag in your application and create a user interface for accessing a mailbox.You use the cfoutput tag with the HTMLCodeFormat and HTMLEditFormat functions to control output to the browser. These functions convert characters with special meanings in HTML, such as the less than (<), greater than (>), and ampersand (&) symbols, into HTML-escaped characters, such as <, >, and &. The HTMLCodeFormat tag also surrounds the text in a pre tag block. The examples in this chapter use these functions.
|
|
||
| Contents > Developing ColdFusion MX Applications > Sending and Receiving E-Mail > Receiving e-mail messages > Using cfpop |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.