Mailvelope 的评价
Mailvelope 作者: Mailvelope GmbH
pwagstro 的评价
When Mailvelope works it's beautiful and easy to use. I confirmed it pretty easily by sending PGP encrypted messages between my GMail and Protonmail accounts.
What's not great is that it doesn't work in Firefox containers. This is a pretty big downside because it means that to get privacy for your email you need to log into Google in your "No Container", which allows Google to follow you around the web (unless you do everything else in containers, which is annoying). If this extension supports Firefox containers in the future, I'll be sure to give it another look.
What's not great is that it doesn't work in Firefox containers. This is a pretty big downside because it means that to get privacy for your email you need to log into Google in your "No Container", which allows Google to follow you around the web (unless you do everything else in containers, which is annoying). If this extension supports Firefox containers in the future, I'll be sure to give it another look.
124 条评价
- 评分 5 / 5来自 Quasiannette, 22 天前
- 评分 2 / 5来自 Firefox 用户 12659681, 1 个月前Installation on Linux not really documented (have to dig though the GitHub wiki, nothing is documented regarding GnuPG integration on their website).
Once GnuPG integration works, it pretends it cannot find the public key for a recipient (manual searching the key on keys.openpgp.org works flawlessly). If you somehow make it work, it basically replaces the editor of your webmailer with this plaintext editor (so you can't really use the default editor of your webmailer anymore).
All in all I can't really recommend this extension.
Either you trust your webmailer enough to give it your keys or just use a local mail client.
If you still want to bother trying this extension, for Linux Mint/Ubuntu you can enable GnuPG integration like this:
1. install gpgme-json (it prentends to automatically set up the firefox native-messaging-hosts file for you, but that's a lie)
2. create the "native-messaging-hosts" config "/usr/lib/mozilla/native-messaging-hosts/gpgmejson.json" with the following contents
{
"name": "gpgmejson",
"description": "Integration with GnuPG",
"path": "/usr/bin/gpgme-json",
"type": "stdio",
"allowed_extensions": [
"jid1-AQqSMBYb0a8ADg@jetpack"
]
}
3. restart firefox
4. mailvelope should now detect your GnuPG backend - 评分 5 / 5来自 Firefox 用户 15526097, 2 个月前
- 评分 5 / 5来自 Firefox 用户 13013911, 3 个月前
- 评分 3 / 5来自 Firefox 用户 15316688, 3 个月前
- 评分 1 / 5来自 Firefox 用户 18860183, 5 个月前
- 评分 1 / 5来自 joanluclaborda, 5 个月前Je l'ai installé dans mon Firefox mais le serveur de mail que j'utilise me dit toujours que l'extention n'est pas installée ou pas active
- 评分 4 / 5来自 Andreas Haupt, 7 个月前
- 评分 5 / 5来自 Lothar Geiss, 7 个月前
- 评分 4 / 5来自 Ulrich Trepte, 7 个月前
- 评分 5 / 5来自 Firefox 用户 18762528, 7 个月前
- 评分 5 / 5来自 Firefox 用户 18672640, 9 个月前
- 评分 5 / 5来自 Firefox 用户 13598172, 10 个月前
- 评分 4 / 5来自 Firefox 用户 18530460, 1 年前
- 评分 4 / 5来自 Sam del Canigo, 1 年前
- 评分 1 / 5来自 Firefox 用户 13647948, 1 年前⚠️Beware of sketchy perms for what should just be an email signer.
- I am voting one-star only to be visible with the bad votes because it almost made me not trying it out:
Contrary to the tone here, it works on Firefox/Linux with native gpg very well (current openSUSE Tumbleweed here).
Follow these instructions: https://github.com/mailvelope/mailvelope/wiki/Mailvelope-GnuPG-integration
Yes, it needs creating one file by hand.