Can anyone please verify for me:

When a file is sent through CFPoP its name becomes URL encoded?

Then when cfpop retrieves the mail it does not download the attachments,
I am assuming because it can't match the filename to the mailpart.

Thunderbird can fetch these attachments fine
Outlook renames the mailpart to ATT00001.doc or similar.

I have been fighting this one all day. I can't find anywhere in my code
that would encode it.

The follow are the emails as picked up by thunderbird.

---> Sent using CFPoP

Content-Type: application/msword
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename*=Shed%20Letterhead4.doc

---> Sent using Thunderbird

Content-Type: application/msword
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename*=Shed Letterhead4.doc

If this is the case, is this a bug? If its not. Shoot me now.

Thanks.

Ricardo.