ColdFusion CFPOP - My First Look

<!--- Gather the email headers. --->
<cfpop
	action="getheaderonly"
	name="qHeader"
 
	<!--- Server configuration. --->
	server="#REQUEST.Pop.Server#"
	port="#REQUEST.Pop.Port#"
	username="#REQUEST.Pop.Username#"
	password="#REQUEST.Pop.Password#"
	/>

For Cut-and-Paste