mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Now it does not fetch the PGP signature, because validation was broken anyway. Instead it validates multipart/signed according to RFC 3156 section 5 and returns details for the signed part: * BodyPartId * SigPartId * MicAlg So in the future several implementations (GnuPG, OpenPGP.js, etc.) can use the correct data for verification. |
||
|---|---|---|
| .. | ||
| Account.js | ||
| App.js | ||
| Contact.js | ||
| Folder.js | ||
| Identity.js | ||
| Message.js | ||
| Notification.js | ||
| Pgp.js | ||
| Settings.js | ||
| Sieve.js | ||