I am using cfpop for some e-mail bounce handling functionality, and I'm
getting the following error when trying to retrieve the body of the e-mail:

 



An exception occurred while retrieving mail. 

         

The cause of this exception was: java.io.UnsupportedEncodingException:
unicode-1-1-utf-7. 

 

It fails when I try to do the following:

 

<cfpop action="GETALL" username="#username#" password="#password#"
server="#mailServer#" name="qryMail"
messagenumber="#qryMails.messageNumber#">

 

It works fine when doing 

 

<cfpop action="GETHEADERONLY" username="#username#" password="#password#"
server="#mailServer#" name="qryMails" maxrows="10">

 

I'm guessing that cfpop doesn't handle Unicode that well?  Shouldn't this
have been fixed by now?  We're on MX 6.1 

 

Russ



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191298
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to