gjedeer / paranoia

Paranoia add-on for Thunderbird. See who is reading your emails.
GNU General Public License v2.0
34 stars 9 forks source link

Official list of Recieved Methods #21

Closed ladar closed 6 years ago

ladar commented 7 years ago

I noticed you are missing a few "official" transfer types. The "official" IANA registry is here:

https://www.iana.org/assignments/mail-parameters/mail-parameters.xhtml#mail-parameters-7

Based on that list, you'll need to update this line:

https://github.com/gjedeer/paranoia/blob/b3ad1f8dc92f6ec6846414d08980c1036119c931/content/overlay.js#L59

sdellenb commented 6 years ago

I also just received an email via Mailgun (from an online shop) that has a Received header as follows:

Received: from so254-57.mailgun.net (so254-57.mailgun.net. [198.61.254.57])
        by mx.google.com with UTF8SMTPS id 189si10463739ioc.374.2017.10.03.02.28.02
        for <nobody@gmail.com>
        (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Tue, 03 Oct 2017 02:28:02 -0700 (PDT)

UTF8SMTPS is mentioned in the IANA list linked above.

gjedeer commented 6 years ago

Thank you for your contribution @sdellenb (and for the tip @ladar). The new Paranoia is submitted for review now.

selection_116

BTW, what's the latest TB version you guys have used with Paranoia? Mozilla wants me to tell them the latest tested version.

sdellenb commented 6 years ago

@gjedeer I'm using Thunderbird 52.3.0 (64-Bit) on macOS Sierra. Update: Now 52.4.0 with the latest security release.

gjedeer commented 6 years ago

Thanks @sdellenb