lieser / dkim_verifier

DKIM Verifier Extension for Mozilla Thunderbird
MIT License
208 stars 34 forks source link

Process attached mail (EML) if found #51

Open emibcn opened 8 years ago

emibcn commented 8 years ago

Hi again! When applying DKIM/DMARC to lists servers (Mailman, for example), there is a new option to wrap original messages and attach them to a newly created one, so DKIM signatures are "chained". With this in mind, it would be great to have dkim_verifier parse the original attached/forwarded mail headers and show results to end user.

Again, the Roundcube DKIM verificator already does this: https://github.com/pimlie/authres_status

lieser commented 8 years ago

In POP/local accounts you can already verify the DKIM signature of an attached .eml file by opening it. Unfortunately for an unknown reason this does not work for an IMAP account. I will first have to find a solution for this, because otherwise your suggested enhancement will probably also not work for IMAP accounts.

Also same as with the other issue: As I'm currently rather busy, it's probably take some time until I will look into this in detail.