Skip to content
forked from tutao/tutanota

Tutanota is the end-to-end encrypted mail client that enables you to communicate securely with anyone.

License

Notifications You must be signed in to change notification settings

bhuvi99/tutanota

This branch is 7982 commits behind tutao/tutanota:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c3cd44 · Dec 18, 2018
Dec 14, 2018
Dec 18, 2018
Nov 14, 2018
Dec 18, 2018
Nov 23, 2018
Jul 10, 2018
Dec 18, 2018
Dec 13, 2018
Aug 15, 2017
Nov 13, 2018
Jun 15, 2018
Aug 12, 2014
Dec 13, 2018
Dec 13, 2018
Aug 9, 2018
Aug 15, 2017
Nov 30, 2018
Aug 9, 2018
Nov 5, 2018
Dec 14, 2018
Dec 14, 2018
Sep 4, 2017
Dec 7, 2018
Sep 5, 2017

Repository files navigation


Tutanota logo

  Tutanota makes encryption easy  

Tutanota is the secure email service with built-in end-to-end encryption that enables you to communicate securely with anyone.

Building and running your own Tutanota web client

You can build your own Tutanota client and run it locally. Remember that you have to update your Tutanota client on your own. If you prefer the auto-update feature, you can use the official mail client.

Pre-requisites:

  • An up-to-date version of Git is installed
  • An up-to-date version of Node.js is installed

Build steps:

  1. Clone the repository: git clone https://github.com/tutao/tutanota.git
  2. Switch into the repository directory: cd tutanota
  3. Do npm install
  4. Build the web part: node dist prod
  5. Switch into the build directory: cd build/dist
  6. Run local server. Either use node server or python -m SimpleHTTPServer 9000.
  7. Open the `` with your favorite browser (tested: Firefox, Chrome/Chromium, Safari).

Building and running your own Tutanota Android app

If you build and install the Tutanota Android app by yourself, keep in mind that you will not get updates automatically. If you prefer the auto-update feature, use the Google Play Store or F-Droid in the future.

Pre-requisites:

  • An up-to-date version of Git is installed
  • An up-to-date version of Node.js is installed
  • An up-to-date version of the Android SDK is installed

Build steps:

  1. Clone the repository: git clone https://github.com/tutao/tutanota.git
  2. Switch into the Tutanota directory: cd tutanota
  3. Install dependencies: npm install
  4. Create a keystore if you don't have one: keytool -genkey -noprompt -keystore MyKeystore.jks -alias tutaKey -keyalg RSA -keysize 2048 -validity 10000 -deststoretype pkcs12 -storepass CHANGEME -keypass CHANGEME -dname "CN=com.example"
  5. run APK_SIGN_ALIAS="tutaKey" APK_SIGN_STORE='MyKeystore.jks' APK_SIGN_STORE_PASS="CHANGEME" APK_SIGN_KEY_PASS="CHANGEME" node android
  6. Install the app on your device: adb install -r <path-to-apk> (path as printed by the build script)

About

Tutanota is the end-to-end encrypted mail client that enables you to communicate securely with anyone.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.5%
  • C 15.4%
  • C++ 1.9%
  • Objective-C 1.7%
  • Java 1.5%