I'm calling CFPOP like

<cfpop action="GETALL"
        name="mail"
        attachmentpath="d:\http\server\test\"
        GENERATEUNIQUEFILENAMES="Yes"
        server="mail.server.com"
        timeout="120"
        username="[EMAIL PROTECTED]" 
        password="password">

and displaying the query as

<cf_objectDump object="#mail#"> 

I'm seeing that on some messages the mail.attachments column has 
"d:\http\server\test\802 UNABLE TO SAVE TO FILE".  The file 802 will be 
created but 0 k in size.  Permissions doesn't seem to be an issue because 
with some messages the attachments are saved fine.  This is specifically 
happening with email failure notification messages that have the original 
message as multipart mime attachment.  (I wouldn't have to deal with this 
if CF would display the non-text parts of multipart email but that's 
another issue).

Anyone know if why CFPOP is unable to save to file in some cases and how to 
resolve? I searched the archives and found nothing helpful.

Thanks,
Phil

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to