Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Ricardo Russon #1
Possoibe CFPoP Bug
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.
Ricardo Russon Guest
-
CFPOP
We're trying to access my Exchange mail server using ColdFusion's CFPOP tag with the following format and that requests are timing out when trying... -
CFPOP Encoding Problem
So in other words, dont use ColdFusion for building webmail apps? It seems to me that's what you're saying. I just finished developing an email... -
CFPOP and attachments
I have a simple CFPOP application that allows employees to view emails from their supervisors. We do not allow the employees to see or download... -
CFPOP CAN'T RECEIVE UTF-7 EMAIL ???
See my reply in the following thread. http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=7&th readid=767099&enterthread=y You... -
Problems with CFPOP please help me
Im building a coldfusion app that uses cfpop. Quite often, and it's pretty much unavoidable, I get the "maildrop already locked" error. I understand...



Reply With Quote

