Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Does TB 38.3 support emails from Apple IOS with imbedded images?

  • 6 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: Matt

more options

I received an email from someone who is using an Apply device and TB does not display the embedded image, just the frame. The image appears to me to be in MIME protocol and BASE64. Does TB 38.3 support this?

When I look at the message source it shows:

 Content-Type: multipart/alternative; boundary="Apple-Mail....."
 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\))

further into the message source I see:

 --Apple-Mail=_026D45DB-9F4F-4BB2-A940-43B342AD09FC
 Content-Transfer-Encoding: base64
 Content-Disposition: inline;
 	filename="the filename?.jpeg"
 Content-Type: image/jpeg;

name="the filename?.jpeg"

 Content-Id: <87CFCF64-823A-4A6A-9A2C-6E728947B41A>

followed by the base64 representation of the image and then two final MIME brackets from Apple Mail.

I received an email from someone who is using an Apply device and TB does not display the embedded image, just the frame. The image appears to me to be in MIME protocol and BASE64. Does TB 38.3 support this? When I look at the message source it shows: Content-Type: multipart/alternative; boundary="Apple-Mail....." Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) further into the message source I see: --Apple-Mail=_026D45DB-9F4F-4BB2-A940-43B342AD09FC Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="the filename?.jpeg" Content-Type: image/jpeg; name="the filename?.jpeg" Content-Id: <87CFCF64-823A-4A6A-9A2C-6E728947B41A> followed by the base64 representation of the image and then two final MIME brackets from Apple Mail.

모든 댓글 (6)

more options

Mime and Base 64 are absolutely standard parts of email and yes Thunderbird knows about them. IMHO it's what Apple's email products do with them that is the issue here. I've had several bad experiences with messages sent by Apple users. Apple don't seem to see a need to be compatible or consistent with existing standards.

more options

Mime and Base 64 are absolutely standard parts of email and yes Thunderbird knows about them. IMHO it's what Apple's email products do with them that is the issue here. I've had several bad experiences with messages sent by Apple users. Apple don't seem to see a need to be compatible or consistent with existing standards.

more options

So, do you have any idea what MIME rule Apple has broken here? Can I edit the message to fix it so I can send it to myself and get TB to correctly decode the Base64 image?

more options

Is there really a question mark in the image's file name?

more options

Sorry, have been away for awhile.

Yes, there really is a ? in the filename in the MIME segment: --Apple-Mail=_026D45DB-9F4F-4BB2-A940-43B342AD09FC Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="Paul Barsevskis and ? at CSG:STM?.jpeg" Content-Type: image/jpeg; name="Paul Barsevskis and ? at CSG:STM?.jpeg" Content-Id: <87CFCF64-823A-4A6A-9A2C-6E728947B41A>

I guess I was being too careful with personal details from the sender.

The Base64 code follows the above Content-Id line after a blank line. Below the Base64 code I have: --Apple-Mail=_026D45DB-9F4F-4BB2-A940-43B342AD09FC--

--Apple-Mail=_CEA13DDC-0815-41F2-84E6-D3796F59C5D0-- without a blank line immediately preceding the first --Apple-Mail line. It appears to me I am missing a closing --Apple-Mail line that has the same id as the one that preceding the Base64 code. My assumption is that they are suppose to bracket the Mime content itself.

more options

just try removing the ? in the file name.