# mailvelope **Repository Path**: mirrors_linagora/mailvelope ## Basic Information - **Project Name**: mailvelope - **Description**: [ARCHIVED] Browser extension for OpenPGP encryption with Webmail - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mailvelope [![Build Status](https://travis-ci.org/mailvelope/mailvelope.svg?branch=master)](https://travis-ci.org/mailvelope/mailvelope) Mailvelope is a browser extension for Google Chrome and Firefox that allows secure email communication based on the OpenPGP standard. It can be configured to work with arbitrary Webmail provider. ## OpenPGP backends Mailvelope uses the following OpenPGP implementation - [OpenPGP.js](http://openpgpjs.org/) for the Chrome Extension and for the Firefox Addon ## Installation Mailvelope is available in the Chrome Web Store: https://chrome.google.com/webstore/detail/kajibbejlbohfaggdiogboambcijhkke Check the [releases](https://github.com/mailvelope/mailvelope/releases) section for latest builds of Firefox and Chrome installation packages. ## Client API You can find the current [API Documentation](https://mailvelope.github.io/mailvelope) on GitHub pages. The version will correspond to the current master branch. A demo page with unit tests is available at: [https://demo.mailvelope.com](https://demo.mailvelope.com). ## Build instructions If you don’t have grunt and bower installed, yet: npm install -g grunt-cli bower and then get and build the sources: git clone git://github.com/mailvelope/mailvelope.git cd mailvelope git submodule update --init cd dep/chrome/openpgpjs npm install && grunt cd ../../firefox/openpgpjs npm install && grunt cd ../../.. npm install && bower install && grunt #### Chrome grunt dist-cr The extension will be in `dist/mailvelope.chrome.zip`. #### Firefox grunt dist-ff This will get you the latest firefox addons-sdk to build the addon. The addon will be in `dist/mailvelope.firefox.xpi`. #### Development Update your local repository: # inside mailvelope folder cd dep/chrome/openpgpjs git pull origin master && grunt cd ../../firefox/openpgpjs git pull origin master && grunt cd ../../.. grunt # continue with 'grunt dist-cr' or 'grunt dist-ff' There are a few more tasks available through grunt: * watch source code for changes and recompile if needed: grunt watch * reset repository grunt clean ## Website https://www.mailvelope.com ## Licence Use of this source code is governed by the GNU AFFERO GENERAL PUBLIC LICENSE that can be found in the LICENSE file. ## About Contact: Thomas Oberndörfer Twitter: [@mailvelope](https://twitter.com/mailvelope) Contributors: see [list on GitHub](https://github.com/mailvelope/mailvelope/graphs/contributors)