Add support for PGP/Inline

Continuing Add support for inline PGP · Issue #2029 · chatmail/core · GitHub discussion here.

Currently Delta Chat only supports PGP/MIME messages, but not PGP/Inline. Support for parsing and decryption of inline PGP messages is needed for interoperability with clients like FlowCrypt which can’t send MIME messages.

Inline PGP signatures have security problems documented in

But we can still support inline PGP encryption and decrypt it automatically.

Such messages are not considered to be “encrypted” in Autocrypt

At least they can be decrypted and presented without a padlock, like plaintext messages.

1 Like

There is some discussion in Decrypt inline PGP in text/plain parts · Issue #5777 · chatmail/core · GitHub, but no plan to implement it currently.