ColdFusion CFPOP - My First Look

<!--- Gather the entire email messages. --->
<cfpop
	action="getall"
	name="qMessage"
 
	<!--- Server configuration. --->
	server="#REQUEST.Pop.Server#"
	port="#REQUEST.Pop.Port#"
	username="#REQUEST.Pop.Username#"
	password="#REQUEST.Pop.Password#"
	/>

For Cut-and-Paste