Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

How can I send emails "multipart/related" so that recipients can download pictures inserted?

  • 1 Antwort
  • 2 haben dieses Problem
  • 33 Aufrufe
  • Letzte Antwort von Toad-Hall

more options

I'm trying to send mail "Rich Text (HTML) Only" which I have set under options. Thunderbird is sending the mail "multipart/alternative" and I need it to be sending it "multipart/related." I need this because some people receiving mail "multipart/alternative" try to save a photo inserted into the mail get the error "The system cannot find the file specified." Sending mail "multipart/related." resolves this issue.

I'm trying to send mail "Rich Text (HTML) Only" which I have set under options. Thunderbird is sending the mail "multipart/alternative" and I need it to be sending it "multipart/related." I need this because some people receiving mail "multipart/alternative" try to save a photo inserted into the mail get the error "The system cannot find the file specified." Sending mail "multipart/related." resolves this issue.

Ausgewählte Lösung

I'm presuming the images are embedded in the text and not attached as attachments.

eg: click on 'Write' enter TO email address type subject Type some text 'Insert' > 'Image' click on 'Choose file' select image and click on Open select 'Attach this image to the message' either add alternative text or select 'Don't use alternative text' click on 'OK'

In 'Menu icon' > 'Options' > 'Options' >Composition' > 'General' tab click on 'Send options' make sure you have 'SEnd the message in both plain text and html' click on all OK's

I did the above and sent to another of my email addresses. Did you do exactly as described above?


The source code of the received email said this... MIME-Version: 1.0 Content-Type: multipart/alternative; followed by Content-Type: text/plain; section followed by Content-Type: multipart/related; followed by Content-Type: text/html; section followed by Content-Type: image/jpeg; section ......which includes Content-Disposition: inline; followed by filename then a load of jibber which relates to the image.

So the text/html section and image are in a Content-Type: multipart/related; section.

If I view the received email using 'Message Body as' > 'Original html' , I see the image in the email content and a right click on the image offers me all options for saving etc.

If I view the 'Message Body as' > 'Plain Text', then the image is not visible within the email content. Instead it is shown as an attachment which I can also right click on the attachment and it offers me all options for saving etc.

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (1)

more options

Ausgewählte Lösung

I'm presuming the images are embedded in the text and not attached as attachments.

eg: click on 'Write' enter TO email address type subject Type some text 'Insert' > 'Image' click on 'Choose file' select image and click on Open select 'Attach this image to the message' either add alternative text or select 'Don't use alternative text' click on 'OK'

In 'Menu icon' > 'Options' > 'Options' >Composition' > 'General' tab click on 'Send options' make sure you have 'SEnd the message in both plain text and html' click on all OK's

I did the above and sent to another of my email addresses. Did you do exactly as described above?


The source code of the received email said this... MIME-Version: 1.0 Content-Type: multipart/alternative; followed by Content-Type: text/plain; section followed by Content-Type: multipart/related; followed by Content-Type: text/html; section followed by Content-Type: image/jpeg; section ......which includes Content-Disposition: inline; followed by filename then a load of jibber which relates to the image.

So the text/html section and image are in a Content-Type: multipart/related; section.

If I view the received email using 'Message Body as' > 'Original html' , I see the image in the email content and a right click on the image offers me all options for saving etc.

If I view the 'Message Body as' > 'Plain Text', then the image is not visible within the email content. Instead it is shown as an attachment which I can also right click on the attachment and it offers me all options for saving etc.