No description
  • TypeScript 97.9%
  • Kotlin 1.7%
  • JavaScript 0.3%
  • Sieve 0.1%
Find a file
Linus Rath 7390096567
Merge pull request #15 from arnauda-gh/fix/coalesce-token-refresh
fix(auth): coalesce concurrent token refresh requests
2026-07-13 21:18:13 +02:00
.github/workflows feat: update Android build configuration to use arm64-v8a architecture and improve caching mechanism 2026-04-26 21:58:08 +02:00
android feat: QR code sign-in 2026-06-05 19:25:00 +02:00
assets chore: add Android release CI and sync local work 2026-04-26 04:12:08 +02:00
locales feat: add Sieve filters, account security (TOTP), outbox, and EML import 2026-05-30 15:33:41 +02:00
scripts feat: add content senders and language settings components 2026-04-27 00:06:58 +02:00
src fix(auth): coalesce concurrent token refresh requests 2026-07-13 09:05:45 +02:00
.gitignore chore: add Android release CI and sync local work 2026-04-26 04:12:08 +02:00
app.config.js feat: QR code sign-in 2026-06-05 19:25:00 +02:00
App.tsx feat: add Sieve filters, account security (TOTP), outbox, and EML import 2026-05-30 15:33:41 +02:00
index.ts chore: add Android release CI and sync local work 2026-04-26 04:12:08 +02:00
LICENSE Use canonical AGPL-3.0 license text for GitHub detection 2026-04-20 14:49:54 +02:00
package-lock.json chore: update version number to 0.1.53 2026-06-17 09:40:10 +02:00
package.json chore: update version number to 0.1.53 2026-06-17 09:40:10 +02:00
README.md chore: update readme 2026-04-26 04:57:10 +02:00
tsconfig.json feat: add content senders and language settings components 2026-04-27 00:06:58 +02:00
VERSION chore: update version number to 0.1.53 2026-06-17 09:40:10 +02:00
vitest.config.ts security: fix push SSE breakage, harden APK updates and email rendering 2026-05-05 22:06:07 +02:00

Bulwark Webmail

Bulwark Mobile

Beta - work in progress. Many features are unfinished or rough. Expect bugs, missing functionality, and breaking changes between releases. Do not rely on this for primary email yet.

React Native (Expo SDK 54) client for Bulwark Webmail - a JMAP-based mail, calendar, and contacts app.

What works today

  • Sign in to any JMAP server (e.g. Stalwart)
  • Multiple accounts
  • Email list, threads, compose
  • Calendar (basic)
  • Contacts (basic)
  • Push notifications via FCM relay
  • In-app sideload updates from GitHub Releases

What's missing or rough

  • iOS build is untested
  • Filters & rules, S/MIME, plugins, themes, file storage - UI stubs only
  • Calendar editing is partial; contacts editing is basic
  • No Play Store distribution yet (sideload APK from Releases)

Run locally

npm install
npx expo start

Then press a for Android, i for iOS, or scan the QR with Expo Go.

For a release APK build see .github/workflows/release-android.yml.

License

AGPL-3.0-only. See LICENSE.