Mailvelope에 대한 리뷰
Mailvelope 제작자: Mailvelope GmbH
리뷰 124개
- 5점 만점에 5점Quasiannette 님, 20일 전
- 5점 만점에 2점Firefox 사용자 12659681 님, 한 달 전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달 전
- 5점 만점에 3점Firefox 사용자 15316688 님, 3달 전
- 5점 만점에 1점Firefox 사용자 18860183 님, 5달 전
- 5점 만점에 1점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
- 5점 만점에 4점Andreas Haupt 님, 6달 전
- 5점 만점에 5점Lothar Geiss 님, 7달 전
- 5점 만점에 4점Ulrich Trepte 님, 7달 전
- 5점 만점에 5점Firefox 사용자 18762528 님, 7달 전
- 5점 만점에 5점Firefox 사용자 18672640 님, 9달 전
- 5점 만점에 5점Firefox 사용자 13598172 님, 10달 전
- 5점 만점에 4점Firefox 사용자 18530460 님, 일 년 전
- 5점 만점에 4점Sam del Canigo 님, 일 년 전
- 5점 만점에 1점Firefox 사용자 13647948 님, 일 년 전⚠️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.