<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6.1 - htmldocs - tags-b14.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T22:45:57</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#39259" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#38443" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#34511" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#25550" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#25170" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#22486" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#22378" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#22376" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#16793" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#16787" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#15136" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#3547" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#2881" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#39259">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#39259</link>
		<description>It appears that the old bug from CF4.5 is still present in CFMX6.1. cfpop does not see rfc822 embedded messages. While outlook sees the rfc822 content as an attachment, CFPOP ignores that part alltogether. Wonder if there is a workaround or a some hidden variable which can display the entire raw content of the email message with all headers and message boundaries.</description>
		<dc:creator>hlevin</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-09-07T13:25:19</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#38443">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#38443</link>
		<description>With field names like &quot;Date&quot; and &quot;From&quot;, the query returned by CFPOP is not suitable at all for a query of a query, &quot;Date&quot; and especially &quot;From&quot; being SQL reserved words.&lt;br /&gt;&lt;br /&gt;Image wanting to get only email messages dated within the last hour for an rss type application: should be easy enough, right?&lt;br /&gt;&lt;CFPOP name=&quot;popresult&quot; etc etc&gt;&lt;br /&gt;&lt;CFQUERY DBTYPE=&quot;query&quot;&gt;&lt;br /&gt;SELECT *&lt;br /&gt;FROM popresult&lt;br /&gt;WHERE DATE &lt; #Now()-1/24#&lt;br /&gt;&lt;/CFQUERY&gt;&lt;br /&gt;The SQL will crash on the word &quot;Date&quot; -- even though that's the name of the field, you can't use it...&lt;br /&gt;&lt;br /&gt;Image wanting to scan subjects of emails only from some specific person:&lt;br /&gt;&lt;CFPOP name=&quot;popresult&quot; etc etc&gt;&lt;br /&gt;&lt;CFQUERY DBTYPE=&quot;query&quot;&gt;&lt;br /&gt;SELECT Subject, From&lt;br /&gt;FROM popresult&lt;br /&gt;WHERE From = 'specific person'&lt;br /&gt;&lt;/CFQUERY&gt;&lt;br /&gt;What's poor SQL to make of all those &quot;from&quot;s? Which one is the SQL syntax one, and which one is the field name?&lt;br /&gt;&lt;br /&gt;A little more care should have gone into naming the returned fields; something like POPDate and POPFrom maybe....</description>
		<dc:creator>Hutz</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-08-05T15:35:09</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#34511">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#34511</link>
		<description>The CFPOP tag seems to be handling incorrectly DNS resolution of round robin to more than one host. If the server attribute in the cfpop is set to a domain name pointing to more than one IP in the DNS, the CFPOP throws an exception javax.mail.MessagingException: Connect failed;coldfusion.mail.MailSessionException: An exception occurred when setting up mail server parameters(details below). &lt;br /&gt;&lt;br /&gt;When the server is set to either any of the IP addresses from the round robin or the corresponding domain names with 1-to-1 mapping, CFPOP works fine. I have observed this exception on CFMX 6.1 in j2ee/jrun4 config under Linux RedHat AS 3. Seems to work fine under J2EE setup on Win XP Pro.&lt;br /&gt;&lt;br /&gt;Any comemnts anyone? &lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;An exception occurred when setting up mail server parameters.This exception was caused by: javax.mail.MessagingException: Connect failed;   nested exception is:       java.net.ConnectException: Connection refused. The specific sequence of files included or processed is: /www/pop.cfm &quot;&lt;br /&gt;coldfusion.mail.MailSessionException: An exception occurred when setting up mail server parameters.&lt;br /&gt;        at coldfusion.tagext.net.PopTag.doStartTag(PopTag.java:373)&lt;br /&gt;        at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1876)&lt;br /&gt;        at cfpop2ecfm2126649301.runPage(/www/pop.cfm:12)&lt;br /&gt;        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)&lt;br /&gt;        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)&lt;br /&gt;        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)&lt;br /&gt;        at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107)&lt;br /&gt;        at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)&lt;br /&gt;        at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)&lt;br /&gt;        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)&lt;br /&gt;        at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)&lt;br /&gt;        at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)&lt;br /&gt;        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)&lt;br /&gt;        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)&lt;br /&gt;        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)&lt;br /&gt;        at coldfusion.CfmServlet.service(CfmServlet.java:105)&lt;br /&gt;        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)&lt;br /&gt;        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)&lt;br /&gt;        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)&lt;br /&gt;        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)&lt;br /&gt;        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)&lt;br /&gt;        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)&lt;br /&gt;        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)&lt;br /&gt;        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)</description>
		<dc:creator>bigzman</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-06T10:39:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#25550">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#25550</link>
		<description>There is a bug in ColdFusion MX (fixed in the upcoming release) that the value returned in the UID field is not the messge UID, but the message ID.&lt;br&gt;I have tested your example code in ColdFusion MX 6.1 and I do get the message ID in the UID field.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-12-16T08:59:27</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#25170">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#25170</link>
		<description>How do you get queryname.uid to show up even? Or is that part of the enhancement?&lt;br /&gt;&lt;br /&gt;&lt;cfpop action=&quot;getall&quot; name=&quot;pics&quot;&lt;br /&gt;server=&quot;mail.myserver.com&quot; &lt;br /&gt;username=&quot;mypics@myserver.com&quot; &lt;br /&gt;password=&quot;password&quot;&gt;&lt;br /&gt;&lt;cfoutput&gt;total: #pics.recordCount#&lt;/cfoutput&gt;&lt;br&gt;&lt;br /&gt;&lt;cfoutput query=&quot;pics&quot; &gt;&lt;br /&gt;#subject# - #htmleditformat(to)# - #messagenumber# - #pics.uid#&lt;br&gt;&lt;br /&gt;&lt;/cfoutput&gt;&lt;br /&gt;I get a blank uid...</description>
		<dc:creator>Abinidi</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-12-07T21:32:58</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#22486">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#22486</link>
		<description>While I assume that in order to run CFPOP over TLS/SSL, all one would do is set port=&quot;995&quot; in the CFPOP tag... however the documentation makes no mention whatsoever of CFPOP's SSL capabilities....&lt;br /&gt;&lt;br /&gt;I see this as a fairly serious omission, since SSL and security are ever-more critical aspects of web development.&lt;br /&gt;&lt;br /&gt;Any additions to this portion of the document would be superb!</description>
		<dc:creator>sweetnevil</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-10-15T13:29:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#22378">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#22378</link>
		<description>I have added enhancement request 58141 into our bug database.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-10-13T19:12:15</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#22376">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#22376</link>
		<description>Why dosen't cfpop support  action=&quot;getUIDOnly&quot;&lt;br /&gt;Is this something that is to difficult to impliment?&lt;br /&gt;Is there any chance of MM releasing an update for this?</description>
		<dc:creator>Kerrdo</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-10-13T18:45:53</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#16793">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#16793</link>
		<description>Mettedraq, ColdFusion does not support what you are asking for.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2004-06-14T12:48:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#16787">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#16787</link>
		<description>I have one big problem.. and I haven't seen anyone ask about it yet..&lt;br /&gt;I am able to save attachments from pop and readbinary the file and save it locally to cfmail the attachment of an email.. to basically forward the email..&lt;br /&gt;&lt;br /&gt;problems..&lt;br /&gt;1) I cannot get the &quot;.msg&quot; - outlook message file - to save as an attachment so I don't loose any attachments that it might have within itself.  Which would be nice to just slam the text into the body and save the attachments.&lt;br /&gt;2) There is no mention of this anywhere!!! WHY?!?!?!! shouldn't an attachment still be an attachment after receiving it through cfpop.&lt;br /&gt;&lt;br /&gt;Please find any information on this and post it ASAP.. I am working on an email splitter in coldfusion to allow someone to work with fax images over a web site.. rather than through adobe acrobat and outlook..&lt;br /&gt;&lt;br /&gt;let me know any info through this site.. thanx..&lt;br /&gt;&lt;br /&gt;Mettedraq</description>
		<dc:creator>Mettedraq</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-14T10:20:33</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#15136">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#15136</link>
		<description>When i recibed attachments with CFPOP and the file names have special characters, they are saved in my Linux Server with other characters, and then i can't access to them.&lt;br /&gt;&lt;br /&gt;Is there any way to saved theese files with a determinate codification?&lt;br /&gt;&lt;br /&gt;Thanks</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-05-21T04:17:01</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#3547">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#3547</link>
		<description>There is a big mistake and a little mistake in the example:&lt;br /&gt;The big mistake is that &quot;server&quot; is a reserved word, starting in cfmx. So change the variable &quot;server&quot; to something like &quot;popserver&quot;.&lt;br /&gt;The little mistake is that the form variables in the first part of the example should all be prefixed with the form. prefix</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-11-06T06:13:59</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#2881">
		<title>coldfusion/6.1/htmldocs/tags-b14.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b14.htm#2881</link>
		<description>This page has a typo that says qryname.attachments twice; qryname.attachments is the tab separated list of attachments and qryname.attachmentfiles is the list of filenames that you can process with CFFILE.</description>
		<dc:creator>brianatvfive</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-10-18T12:10:50</dc:date>
	</item>
	</rdf:RDF>

