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. https://tuta.com
Find a file
jhm 4c4309139c
fix Android compileSdk version in tutasdk build.gradle.kts
The Android compileSdk version in the tutasdk build.gradle.kts has been
wrongly set to a different compileSdk version 34, instead of version 36
as with the other gradle artifacts (mail, calendar, shared). This
version discrepancy caused, when running the Android release build,
to not bundle the "libtutasdk.so" file correctly, leading to an
Android APK file without native rust code.

Co-authored-by: abp <abp@tutao.de>
Co-authored-by: das <das@tutao.de>
2025-10-27 15:51:56 +01:00
.cargo unify all rust project into single workspace 2025-02-06 13:29:03 +01:00
.github automatic updates for android sdk 2025-10-27 11:51:35 +01:00
.run [ci] run browser tests in CI 2023-07-28 16:08:22 +02:00
app-android v313.251027.0 2025-10-27 12:24:18 +01:00
app-ios v313.251027.0 2025-10-27 12:24:18 +01:00
buildSrc fix dist build 2025-10-24 10:07:04 +02:00
ci automatic updates for android sdk 2025-10-27 11:51:35 +01:00
doc automatic updates for android sdk 2025-10-27 11:51:35 +01:00
githooks Fix pre-commit hook on iOS 2025-08-20 13:19:32 +02:00
ipc-schema Rework plan selector 2025-09-26 14:15:49 +02:00
libs Add tensorflow.js library 2025-10-22 09:25:20 +02:00
packages v313.251027.0 2025-10-27 12:24:18 +01:00
resources Rework plan selector 2025-09-26 14:15:49 +02:00
src Remove ContactGroupId from BirthdayCalendarInfo, was unused 2025-10-27 15:22:41 +01:00
test have gift card QR code sanitize the whole svg content, not a fragment 2025-10-27 11:31:39 +01:00
tuta-sdk fix Android compileSdk version in tutasdk build.gradle.kts 2025-10-27 15:51:56 +01:00
types Add emscripten to tests pipeline 2024-05-22 08:47:10 +00:00
.editorconfig [ios] Use Prettier default ident in editor config 2024-02-09 11:51:36 +01:00
.gitattributes Revert "update gitattributes to fix windows build pipeline" 2025-09-09 16:54:06 +02:00
.gitignore [ios, sdk] Optimize build 2025-10-22 10:03:49 +02:00
.gitmodules Update node to v22 in Jenkins 2025-06-05 14:05:22 +02:00
.npmrc Publish v3.91.2-beta.0 for npm, fix publishing packages 2022-01-19 10:38:07 +01:00
.nvmrc Bump node to 22.16.0 2025-06-05 13:58:31 +02:00
.prettierignore Setup release pipline for crypto-primitives.wasm 2025-08-07 09:51:21 +02:00
.prettierrc.json5 [lint] Change prettier to prefer parens in arrow functions 2022-12-27 16:08:23 +01:00
android.js [build] Fix F-Droid build failing because of crypto-primitives wasm 2025-08-28 16:40:25 +02:00
Cargo.lock v313.251027.0 2025-10-27 12:24:18 +01:00
Cargo.toml v313.251027.0 2025-10-27 12:24:18 +01:00
desktop.js switch to typeIds and attrIds, add SystemMV126, TutanotaMV86, BaseMV2 2025-04-28 12:44:35 +02:00
eslint.config.mjs Create crypto primitive crate 2025-08-07 09:51:21 +02:00
fdroid-metadata-workaround Apply F-Droid metadata workaround 2018-08-09 09:20:48 +02:00
LICENSE.txt Change Tutanota to Tuta in translations, #6113 2023-11-09 17:22:09 +01:00
make.js [desktop] Fix opening files & directories on Linux 2025-09-26 12:18:38 +02:00
package-lock.json v313.251027.0 2025-10-27 12:24:18 +01:00
package.json v313.251027.0 2025-10-27 12:24:18 +01:00
README.md fix tuta logo on wasm or browser not supported fallback page 2025-08-14 14:54:11 +02:00
rustfmt.toml unify all rust project into single workspace 2025-02-06 13:29:03 +01:00
SECURITY.md [chore] update support link in SECURITY.md 2025-06-12 11:12:54 +02:00
start-desktop.sh threaded sqlcipher 2023-09-22 12:09:18 +02:00
third-party.txt Fix key verification dependencies for prod build 2025-03-19 15:01:40 +01:00
tsconfig-calendar-app.json [Calendar] Fix rollup and imports 2024-07-26 16:43:00 +02:00
tsconfig.json Fix including tutanota-usagetest in typescript build 2025-08-05 10:34:28 +02:00
tsconfig_common.json Allow for editing of groupInfo and groupSettings name 2025-09-17 14:11:56 +02:00
tutao-pub-test.pem test public key update 2019-10-10 17:04:17 +02:00
tutao-pub.pem Update desktop client codesigning public key 2019-10-10 17:13:29 +02:00
webapp.js [build] Fix F-Droid build failing because of crypto-primitives wasm 2025-08-28 16:40:25 +02:00
xcodegen_common.yml Update xcodegen_common.yml 2025-03-17 16:19:47 +01:00

Tuta Mail logo

Tuta Mail makes encryption easy

Tuta Mail is the secure email service with built-in end-to-end encryption that enables you to communicate securely with anyone on all your devices.

Building

See BUILDING.md.

Developing Tuta Mail

See HACKING.md.