>From the
ColdFusion 4.0 Release Notes
Updated October 5, 1998

a.. CFPOP throws an error when reading email messages that have a certain
date/time convention. This appears to be related to messages from Netscape's
InboxDirect or some other email that uses MDT instead of GMT. The error
message is (1858):

Error Occurred While Processing Request
Error Diagnostic Information
An error has occurred while processing the expression:
DateFormat(ParseDateTime(Mail.Date,"POP"),"ddd, d mmm yyyy")
b.. CFPOP crashes when retrieving messages with action="GetAll" that contain
Content-Type: multipart/mixed or multipart/related. (6235)
c.. CFPOP doesn't recognize 8-bit attachment headers encoded by MIME. (6880)
d.. If an attachment's name is base64 encoded, CFPOP can not retrieve the
message, it times out. CPU usage pegs to 100%, and the memory use climbs.
After it times out not all memory is released. (7233)


Justin MacCarthy

----- Original Message -----
From: "Randy Adkins" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 04, 2000 4:25 PM
Subject: Anyone know how to use CFPOP?


> Cold Fusion Server version 4.01
> Cold Fusion Studio version 4.0
>
>
>
> I am having problems with CFPOP.
>
> I am attempting to POP the server and get a message. (See bottom for code)
> However I get the following error:
>
> Error Diagnostic Information
> unknown exception condition
> CFMLInterpreterImp::executePCode
> Date/Time: 10/03/00 13:40:49
> Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
>
>
> *** IP has been masked for this email ***
> <cfpop action="GETALL" name="support_headers" messagenumber="1"
> server="999.999.999.999" username="myname" password="mypass">
>
> <cfif support_headers.recordcount is 0>NONE</cfif>
> <cfoutput query="support_headers">
> #support_headers.from#<br>
> </cfoutput>
>
> Thanks for any assistance you can give.
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to