Re: OT: Strange characters in email

2006-11-30 Thread Jochem van Dieten
Rick Root wrote: Dear Rick Root:=0D=0DWelcome to SomeFake = Financial Online! With SomeFake Financial Online, you=0Dcan view all = of your important mortgage account information any time that is = convenient=0Dfor you, day or night! You can also make one-time = payments, set up an

Re: OT: Strange characters in email

2006-11-30 Thread Rick Root
Jochem van Dieten wrote: They are the result of applying a Quoted-Printable transfer encoding on the original message. You need to decode the message before displaying. See RFC 2045 for the algorithm. You're right. I'm trying various methods to solve but haven't come up with anything

OT: Strange characters in email

2006-11-29 Thread Rick Root
I've got an email in my inbox that Mozilla renders just fine, but it doesn't render properly in my webmail app. When I view the source of the message in thunderbird, it looks like this: Dear Rick Root:=0D=0DWelcome to SomeFake = Financial Online! With SomeFake Financial Online, you=0Dcan view

Re: OT: Strange characters in email

2006-11-29 Thread Rick Root
I wrote a little bit of code to display the ascii code for every character in the text - it appears that these chars aren't not printing, they're simply not there when retrieved from the imap server via CF. cfloop from=1 to=#Len(txtbody_orig)# step=1