1. Home
  2. News
  3. Download
    1. Thunderbird Release Version
    2. Thunderbird 140 ESR
    3. Thunderbird 115 ESR
    4. Thunderbird Beta Version
    5. Language Pack (User Interface)
    6. Dictionaries (Spell Check)
  4. Help & Lexicon
    1. Instructions for Thunderbird
    2. Questions & Answers (FAQ) about Thunderbird
    3. Help for this Website
    4. Last Changes
  5. Forums
    1. Unresolved Threads
    2. Latest Posts
    3. Threads of the last 24 hours
  • Login
  • Register
  • 
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Forum
  • Lexicon
  • Articles
  • Pages
  • More Options
  1. Thunderbird Mail DE
  2. Forum
  3. Help and issue reports for "Thunders" add-ons
  4. Allow HTML Temp

[English] Allow HTML not working with Content-Type: multipart/signed

  • wojtek
  • December 14, 2017 at 7:04 PM
  • Closed
  • Thread is Resolved
  • wojtek
    Member
    Posts
    26
    Member since
    14. Dec. 2017
    • December 14, 2017 at 7:04 PM
    • #1

    Um Rückfragen vorzubeugen, bitten wir um folgende Angaben:

    • Thunderbird-Version: 52.5.0 (64-bit)
    • Betriebssystem + Version: macOS High Sierra
    • Kontenart (POP / IMAP): IMAP
    • Postfachanbieter (z.B. GMX): various

    Hi, appologies for writing in English but my German knowledge is utterly basic (ja/nein/retchts/links…)

    I love the above extension and it works great in the past years. However, recently I've noticed that it doesn't detect correctly HTML part if the message has Content-Type: multipart/signed; instead of usual Content-Type: multipart/alternative;

    Would it be possible to handle HTML messages that are also signed? Thunderbird can display them just fine if forced in the settings.

  • Thunder
    Administrator
    Reactions Received
    782
    Posts
    7,312
    entries
    169
    Member since
    8. Jul. 2003
    Helpful answers
    58
    • December 14, 2017 at 10:13 PM
    • #2

    Hi, thank you for your feedback!

    I'll have a look into it. At the moment the addon looks for "text/html" in the message body. Would it be possible to forward a few comparable example messages to me? I need the whole message source code, to have a look into it.

    Regards

    Gruß
    Thunder ( Mein persönlicher Wunschzettel )

    Keine Hilfe per Konversation! - Danke für Euer Engagement und Eure Geduld!

  • Thunder
    Administrator
    Reactions Received
    782
    Posts
    7,312
    entries
    169
    Member since
    8. Jul. 2003
    Helpful answers
    58
    • December 15, 2017 at 3:32 PM
    • #3

    Hi,

    I believe that I have found and fixed it completely for S/MIME encrypted messages.

    Unfortunately it's not possible to parse encrypted PGP/MIME messages for the existence of HTML parts. In case of PGP/MIME encrypted messages the addon will now activated the button regardless of the existence of an HTML part.

    The fixed version is attached in this post for download:

    Updates zu "Allow HTML Temp" und "Abrufen-/Senden-Schaltfläche" für Thunderbird 57+

    Regards

    Gruß
    Thunder ( Mein persönlicher Wunschzettel )

    Keine Hilfe per Konversation! - Danke für Euer Engagement und Eure Geduld!

  • wojtek
    Member
    Posts
    26
    Member since
    14. Dec. 2017
    • December 16, 2017 at 12:21 PM
    • #4

    Unfortunately I wasn't able to prepare complete case messages (will try to manage that shortly) however problematic mail has following sections:

    HTML
    Content-Type: multipart/signed;
        boundary="Apple-Mail=_EE3EC72C-1BBF-4371-93F2-C3AACC07B942";
        protocol="application/pgp-signature";
        micalg=pgp-sha512
    Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\))
    …
    X-Mailer: Apple Mail (2.3445.4.7)
    
    
    --Apple-Mail=_EE3EC72C-1BBF-4371-93F2-C3AACC07B942
    Content-Type: multipart/alternative;
        boundary="Apple-Mail=_496E59ED-40BE-4A97-A5ED-73C1407AA052"
    
    
    --Apple-Mail=_496E59ED-40BE-4A97-A5ED-73C1407AA052
    Content-Transfer-Encoding: quoted-printable
    Content-Type: text/plain;
        charset=utf-8
    
    …
    --Apple-Mail=_496E59ED-40BE-4A97-A5ED-73C1407AA052
    Content-Type: multipart/related;
        type="text/html";
        boundary="Apple-Mail=_487F0D23-111E-400E-9AFF-B310AE3F37F8"
    
    
    --Apple-Mail=_487F0D23-111E-400E-9AFF-B310AE3F37F8
    Content-Transfer-Encoding: quoted-printable
    Content-Type: text/html;
        charset=utf-8
    
    <html><head>…</html>=
    
    --Apple-Mail=_487F0D23-111E-400E-9AFF-B310AE3F37F8
    Content-Transfer-Encoding: base64
    Content-Disposition: inline;
        filename=image001.png
    Content-Type: image/png;
        x-unix-mode=0644;
        name="image001.png"
    
    …
    
    --Apple-Mail=_487F0D23-111E-400E-9AFF-B310AE3F37F8
    Content-Transfer-Encoding: base64
    Content-Disposition: inline;
        filename=image002.png
    Content-Type: image/png;
        x-unix-mode=0644;
        name="image002.png"
    …
    --Apple-Mail=_487F0D23-111E-400E-9AFF-B310AE3F37F8--
    
    --Apple-Mail=_496E59ED-40BE-4A97-A5ED-73C1407AA052--
    
    --Apple-Mail=_EE3EC72C-1BBF-4371-93F2-C3AACC07B942
    Content-Transfer-Encoding: 7bit
    Content-Disposition: attachment;
        filename=signature.asc
    Content-Type: application/pgp-signature;
        name=signature.asc
    Content-Description: Message signed with OpenPGP
    
    -----BEGIN PGP SIGNATURE-----
    
    …
    -----END PGP SIGNATURE-----
    
    --Apple-Mail=_EE3EC72C-1BBF-4371-93F2-C3AACC07B942--
    Display More

    What's more - those are not *encrypted*, only *signed* messages.

    I've tried the new version and it seems to be working ok -- even signed messages are detected correctly. Thanks! :-)

  • Thunder January 7, 2019 at 5:49 PM

    Moved the thread from forum Erweiterungen to forum Allow HTML Temp.
  • Community-Bot September 3, 2024 at 8:30 PM

    Closed the thread.

Current app version

  • Thunderbird 152.0.1 veröffentlicht

    Thunder July 4, 2026 at 1:02 PM

Current 140 ESR version

  • Thunderbird 140.12.1 ESR veröffentlicht

    Thunder July 4, 2026 at 1:05 PM

No Advertisements

There are no advertisements here. Maybe you give the website owner (Alexander Ihrig - aka "Thunder") instead something to be able to finance these sites in the long run. Many Thanks!

Thank you for the support!

Coffee to be spent?

Donate now via Paypal*

*Forwarding to PayPal.Me

Thunderbird Mail DE
  1. Imprint & Contact
  2. Privacy Policy
    1. Cookie Policy
  3. Terms of Use
  4. Donation Call for Thunderbird
Help for this website
  • All website support articles
  • How to use website search
  • How to create a forums user account
  • How to create and edit a forums thread
  • How to reset your forums password
Copyright © 2003-2026 Thunderbird Mail DE

You are NOT on an official page of the Mozilla Foundation. Mozilla®, mozilla.org®, Firefox®, Thunderbird™, Bugzilla™, Sunbird®, Seamonkey®, XUL™ and the Thunderbird logo are (among others) registered trademarks of the Mozilla Foundation.

Powered by WoltLab Suite™