Ask a Question related to Macromedia ColdFusion, Design and Development.
-
steverobison #1
CFPOP Attachment Error (apparent bug)
Using CFPOP to retreive mail, if a Content-Disposition Header isn't
formed a certain way, CFPOP appears to ignore the attachment.
A standard jpg attachment header appears to be as follows
------_=_Part_UNIQUEIDENTIFICATION
Content-Type: image/jpeg;
name="SOMEFILENAME"
Content-Transfer-Encoding: base64
Content-Description: SOMEFILENAME
Content-Disposition: attachment;
filename="SOMEFILENAME"
Note the line below Content-Type is a tab, then name="SOMEFILENAME"
While using a Cingular cell phone (Motorola V551) to send an email
with a photo attachment, the following attachment header is sent.
------=_Part_UNIQUEIDENTIFICATION
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-Location: SOMEFILENAME
Content-ID: <SOMEFILENAME>
Content-Disposition: inline
Note that the 2nd line name="SOMEFILENAME" doesn't exist.
When I use CFPOP to download this message, CFPOP doesn't process the
attachment.
If I go into the mail server and manually edit the message and add the
2nd line, as follows.
------=_Part_UNIQUEIDENTIFICATION
Content-Type: image/jpeg
name="SOMEFILENAME"
Content-Transfer-Encoding: base64
Content-Location: SOMEFILENAME
Content-ID: <SOMEFILENAME>
Content-Disposition: inline
Now, if I attempt to process this message using CFPOP, it will
successfully process the attachment inside of the message.
When I look at RFC 2183 ([url]http://www.faqs.org/rfcs/rfc2183.html[/url]), it
appears that the content header as sent by Cingular is valid.
Let me know if anyone needs further detail or clarification.
steverobison Guest
-
#30074 [NoF->Csd]: apparent symbol table error with extract($blah, EXTR_REFS)
ID: 30074 Updated by: shire@php.net Reported By: owen dot beresford at murphx dot com -Status: No Feedback... -
#30074 [Com]: apparent symbol table error with extract($blah, EXTR_REFS)
ID: 30074 Comment by: shire at facebook dot com Reported By: owen dot beresford at murphx dot com Status: No... -
Apparent Permissions Issue
I have a client who uses Contribute 3.11 because she believes it to be easier to use than Dreamweaver. However, when she tries to open certain... -
Command Event firing without apparent cause
I am building a control with among other controls is a datagrid. The data grid, when populated has twenty-five text columns and a single input... -
e mail error when trying to open an attachment
iwhen i try to open an e mail attachment, it says oe has removed access to the following unsafe attachments. im using xp home -
serat #2
Re: CFPOP Attachment Error (apparent bug)
I suspect that this is due to a lack of support for the Content-Location
header, which is part of the Cingular headers but not part of the standard jpg
attachment example.
I found a couple cfpop bugs/enhancements for CFMX 7, one for support for
Content-Location, bug report 53799. This will provide support for that header
according to RFC 2557.
serat Guest
-
PaulH #3
Re: CFPOP Attachment Error (apparent bug)
going at that message via javamail (both thru cf and java) i can see that the
message contains an attachment but can't return it unless handled as a special
case (ie the code modifications i used to get this attachment blows up
w/"normal" mail w/attachments). is it really just w/cf?
PaulH Guest



Reply With Quote

