Tuta

tuta.com
Tuta Icon

Free and open source email service based in Germany. It has a basic intuitive UI, secure native mobile apps and desktop email clients, anonymous signup, and an encrypted calendar. Tuta has a full-featured free plan and premium subscription plans allowing for custom domains (starting at $3/month). Tuta does not use OpenPGP like other encrypted mail providers, instead they use a standardized, hybrid method consisting of symmetrical and asymmetrical algorithms (with AES256, and RSA 2048 or ECC (x25519) and Kyber-1024). This causes compatibility issues when communicating with contacts using PGP. But it does allow them to encrypt much more of the header data (body, attachments, subject lines, and sender names etc) which PGP mail providers cannot do. The recent upgrades to Tuta's encryption algorithm makes data stored and sent with their service safe against attacks posed by quantum computers.

Open Source

Tuta Privacy Policy

Privacy Policy Summary

  • Personal data that is stored is encrypted and data is deleted by the end of the calendar year for terminated accounts.
  • Tutanota
  • This service does not track you
  • Service does not allow alternative accounts
  • You agree to defend, indemnify, and hold the service harmless in case of a claim related to your use of the service
  • You can request access and deletion of personal data
  • This service does not sell your personal data
  • The service does not share user information with third parties
  • The service is transparent regarding goverment request or inqueries
  • There is a date of the last update of the agreements
  • Provides information on security practices
  • Cookies are used but do not collect personal information or track usage.
  • All Tutanota Data is Encrypted End-to-End
  • User-generated content is encrypted, and this service cannot decrypt it
  • Accessibility to this service is guaranteed at 99% or more
  • Archives of their agreements are provided so that changes can be viewed over time
  • You will be notified about website maintenance
  • You are prohibited from sending chain letters, junk mail, spam or any unsolicited messages
  • The service claims to be GDPR compliant for European users
  • The service is open-source
  • You authorise the service to charge a credit card supplied on re-occurring basis
  • The data retention period is kept to the minimum necessary for fulfilling its purposes
  • Features of the website are made available under a free software license
  • You can retrieve an archive of your data
  • The court of law governing the terms is in Hanover, Germany
  • The court of law governing the terms is in a jurisdiction that is friendlier to user privacy protection.
  • IP addresses of website visitors are not tracked

Documents

About the Data

This data is kindly provided by tosdr.org. Read full report at: #157

Tuta Source Code

Author

tutao

Description

Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.

#email#encryption#javascript#mithril#privacy#security#tutanota

Homepage

https://tuta.com

License

GPL-3.0

Created

28 Jul 14

Last Updated

18 Jan 25

Latest version

tutanota-release-261.250116.0

Primary Language

TypeScript

Size

208,101 KB

Stars

6,231

Forks

538

Watchers

6,231

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Kinan (17 Jan 25)

    v261.250117.0

  • Kinan (14 Jan 25)

    refactor LanguageViewModel to use new translation types The reason for this refactor is to make it possible to put "data-testid" attributes on HTML tags. Those attributes can be used with UI test frameworks to make automated testing independent of the translation language or text. The idea is to get rid of the lazy<string> types and instead use a new type called Translation wherever possible. Translation replaces the old TranslationText and contains both translation key and translation text. The type MaybeTranslation is a legacy type left to make the transition feasible. It can be replaced with either TranslationKey or Translation in the future. Co-authored-by: map <[email protected]>

  • jenkins build server (16 Jan 25)

    v261.250116.0

  • jenkins build server (16 Jan 25)

    update translations

  • Kinan (16 Jan 25)

    fix race when closing background process, fixes #8281

  • hec (14 Jan 25)

    Fix unexpected error during signup for paid account After subscription to a paid account and using PayPal, the SignupWizard would logout the user before showing the CongratulationPage which cause some backgorund actions to fail and raise exceptions (no user found, no user group key required for initialization of the db). This commit removes this unecessary logout and resolve a bunch of error related to this race condition. Co-authored-by: bedhub tutadb#1805

  • hec (14 Jan 25)

    Fix not authorized error after login After login a client might try to process group events but the entity related to these events might have already been deleted by another client which raise an exception. In our case the client lose its group membership (shared calendar has been deleted) and try to load members of this deleted shared calendar. This commit handles errors happening while initializing the calendar model. Co-authored-by: bedhub fix #8254 tutadb#1942

  • mup (16 Jan 25)

    Fixes external calendar events throwing 404 while synchronizing

  • hrb-hub (14 Jan 25)

    Fix LabelsPopup "Apply" button label does not use translation Close #8273

  • paw (15 Jan 25)

    Fix broken canCreateEntity logic If loading status is `Done`, then it is always OK to insert an entity. Also rename to canInsertEntity as it is not creating an entity but inserting one into the list. Lastly add tests for CREATE as they were missing. Fixes #8277 Co-authored-by: hrb-hub <[email protected]> Co-authored-by: charlag <[email protected]>

  • jhm (16 Jan 25)

    re-generate types for TutanotaModelV80 The TutanotaModelV80 includes now both, the change for the (Advanced)CalendarRepeatRule, and the changes for the email import (ImportMailState).

  • mup (28 Nov 24)

    Handles model changes for Advanced Repeat Rules Co-authored-by: André Dias <[email protected]>

  • ivk (14 Jan 25)

    Add Dockerfile for local F-Droid builds

  • ivk (13 Jan 25)

    [build] Remove getNapiRsLibrary.js again We need to put the library where the plugin expects to find it since it does not work with native-cache

  • nig (09 Jan 25)

    split up swift-test.yml to run calendar and mail test in parallel

  • ivk (13 Jan 25)

    [build] Rename getNativeLibrary.js to getNodeGypLibrary.js

  • ivk (13 Jan 25)

    [ci] Fix prebuilding win32 modules getNativeLibrary.js only works with node-gyp deps

  • ivk (13 Jan 25)

    [build, mimimi] Fix building for win32

  • jenkins build server (13 Jan 25)

    v259.250113.0

  • jenkins build server (13 Jan 25)

    update translations

  • ivk (13 Jan 25)

    Update Electron to 33.3.1

  • paw (08 Jan 25)

    Remove customer feature check for labels This is no longer gated behind a feature customization. Closes #8221

  • paw (03 Jan 25)

    Refactor element-specific behavior out of ListModel We do not want ListModel to specifically only work on ListElement types, or even element types in general. As such, we generalize it to a list of some kind of elements with some kind of ID, even if these are not types that would be stored remotely as part of the model. Also renames entity/element to item for the ListModel. Closes #8222 Co-authored-by: hrb-hub <[email protected]>

  • ivk (09 Jan 25)

    [ci] Update actions/cache to 4.2.0

  • ivk (09 Jan 25)

    [ci] Do not skip node-mimimi build for browser tests We need mimimi for type checking the project. It's not clear how it worked before.

  • ivk (09 Jan 25)

    Add a comment to argon2 loading in DesktopMain

  • ivk (09 Jan 25)

    Bump tuta-wasm-loader to 259.250106.1-beta.1

  • ivk (09 Jan 25)

    [tuta-wasm-loader] Make automatic loading work under node + esm

  • ivk (07 Jan 25)

    Bump wasm-loader to 259.250106.1-beta.0

  • ivk (06 Jan 25)

    [build] Improve WASM loader API

Tuta Website

Website

Tuta Mail: Create a secure, private & encrypted email account for free

Tuta is the secure email service, built in Germany. Use encrypted emails on all devices with our open source email client, mobile apps & desktop clients.

Redirects

Does not redirect

Security Checks

All 66 security checks passed

Server Details

  • IP Address 185.205.69.12
  • Location Hanover, Niedersachsen, Germany, EU
  • ISP Tutao GmbH
  • ASN AS210909

Associated Countries

  • US
  • DE

Saftey Score

Website marked as safe

100%

Blacklist Check

tuta.com was found on 0 blacklists

  • ThreatLog
  • OpenPhish
  • PhishTank
  • Phishing.Database
  • PhishStats
  • URLhaus
  • RPiList Not Serious
  • AntiSocial Blacklist
  • PhishFeed
  • NABP Not Recommended Sites
  • Spam404
  • CRDF
  • Artists Against 419
  • CERT Polska
  • PetScams
  • Suspicious Hosting IP
  • Phishunt
  • CoinBlockerLists
  • MetaMask EthPhishing
  • EtherScamDB
  • EtherAddressLookup
  • ViriBack C2 Tracker
  • Bambenek Consulting
  • Badbitcoin
  • SecureReload Phishing List
  • Fake Website Buster
  • TweetFeed
  • CryptoScamDB
  • StopGunScams
  • ThreatFox
  • PhishFort

Website Preview

Tuta Android App

Update Info

  • App Tutanota: simply secure emails
  • Creation Date 23 Nov 17
  • Last Updated 19 Jul 24
  • Current Version 2.15.0
  • Creator Tutao GmbH
  • Downloads 100,000+ downloads

Trackers

No trackers found

Permissions

  • Access Network State
  • Internet
  • Read Contacts
  • Read External Storage
  • Vibrate
  • Wake Lock
  • Receive
  • C2d Message

Tuta iOS App

App Info

Encrypted Email Tuta

Tuta (formerly Tutanota), the fully secure encrypted email and calendar app, enables you to keep your private data private! We never compromise on security or privacy. Tuta comes with a light & beautiful GUI, a dark theme, offline availability, instant push notifications, auto-sync, full-text search, swipe gestures and more. The business email plans have flexible user management and admin levels so you can manage all your company’s email needs easily. What you'll love about the Tuta email client for iOS: - Create a free email address (ending in @tuta.com, @tutanota.com, @tutanota.de, @tutamail.com, @tuta.io or @keemail.me) with 1 GB of free storage. - Create custom domain email addresses for €3 per month with optional catch-all & unlimited email addresses. - Instant display of incoming emails, no need to swipe down to refresh. - Instant access to your encrypted email, calendars & contacts - also when offline. - Quick swipe gestures to manage your inbox easily. - Instant push notifications. - Auto-complete mail addresses as you type. - Auto-sync between app, web and desktop email clients. - Tuta is a free & open source (FOSS) email app so that security experts can check the code. - Find everything you're looking for with our secure & private full-text search of your encrypted email. - Anonymous registration without a phone number. - Send calendar invites directly from the secure calendar app. - Create an unlimited number of encrypted calendars with any paid plan. - Send and receive end-to-end encrypted emails to anybody for free. - Send and receive old-fashioned emails (not end-to-end encrypted). - Automatically encrypt subject, content & attachments for maximum security. - Business email with flexible user creation and admin levels. The secure email app Tuta Mail enables you to send end-to-end encrypted emails to anybody. Even emails that are being sent without end-to-end encryption and all your contacts are stored securely encrypted on the Tutanota servers based in Germany. Tutanota also has an encrypted calendar, easily accessible from within the mail client. Our passion for privacy. Tuta Mail is being built by a team passionate about everybody's right to privacy. We are supported by an amazing community, which enables us to grow our team continuously, making the open source email app Tuta a lasting success without depending on venture capital interests. Tuta respects you & your data: - Only you can access your encrypted emails, calendars & contacts. - Tuta does not track or profile you. - Open source clients & apps. - Innovative full-text search feature lets you easily search your mailbox. - TLS with support of PFS, DMARC, DKIM, DNSSEC and DANE. - Secure password reset that gives us absolutely no access. - 100% developed and located in Germany under strict Data Protection Laws (GDPR). - Uses 100% renewable energy. Official website: https://tuta.com Source code: https://github.com/tutao/tutanota Crypto Notice This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. Seehttp://www.wassenaar.org/ for more information. The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

Rating

Rated 4.46 out of 5 stars by 450 users

Version Info

  • Current Version 220.240326.0
  • Last Updated 27 Mar 24
  • First Released 30 Nov 14
  • Minimum iOS Version 15.0
  • Device Models Supported 93

App Details

  • IPA Size 15.99 Mb
  • Price Free (USD)
  • Age Advisory 4+
  • Supported Languages 55
  • Developer Tutao GmbH
  • Bundle ID de.tutao.tutanota

Screenshots

Tuta Socials

Tuta Reviews

More Encrypted Email

  • An end-to-end encrypted anonymous email service. ProtonMail has a modern easy-to-use and customizable UI, as well as fast, secure native mobile apps. ProtonMail has all the features that you'd expect from a modern email service and is based on simplicity without sacrificing security. It has a free plan or a premium option for using custom domains (starting at $5/month). ProtonMail requires no personally identifiable information for signup, they have a .onion server, for access via Tor, and they accept anonymous payment: BTC and cash (as well as the normal credit card and PayPal).

  • An open source, privacy-focused, encrypted email service supporting SMTP, IMAP, and API access

  • Mailfence supports OpenPGP so that you can manually exchange encryption keys independently from the Mailfence servers, putting you in full control. Mailfence has a simple UI, similar to that of Outlook, and it comes with bundled with calendar, address book, and files. All mail settings are highly customizable, yet still clear and easy to use. Sign up is not anonymous, since your name, and prior email address is required. There is a fully-featured free plan, or you can pay for premium, and use a custom domain ($2.50/ month, or $7.50/ month for 5 domains), where Bitcoin, LiteCoin or credit card is accepted.

    Not Open Source
  • A Berlin-based, eco-friendly secure mail provider. There is no free plan, the standard service costs €12/year. You can use your own domain, with the option of a catch-all alias. They provide good account security and email encryption, with OpenPGP, as well as encrypted storage. There is no dedicated app, but it works well with any standard mail client with SSL. There's also currently no anonymous payment option.

    Not Open Source

About the Data: Tuta

API

You can access Tuta's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/communication/encrypted-email/tuta

The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.

About the Data

Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.

Share Tuta

Help your friends compare Encrypted Email, and pick privacy-respecting software and services.
Share Tuta and Awesome Privacy with your network!

View Encrypted Email (5)