Skip to content

Version 1.12

Compare
Choose a tag to compare
@Dijji Dijji released this 22 Aug 18:03
· 40 commits to master since this release

Here are the changes in Version 1.12:

  • Added support for viewing encrypted or signed messages and their attachments if matching certificate is in user certificate store. (Does not perform signature verification)
    Specifically, this decodes messages encrypted in the most common format used by Outlook and Gmail, S/MIME. A dummy body has an encrypted attachment which is decoded to replace both message body and attachments when the encrypted message is selected. This code was contributed by @just1fi3d and tracked by issue #15.