The new version supports all platforms: Desktop, Android, and iOS: https://mailbux.com
This is only the email client! You will also need the mail server, which we provide at the lowest rate in the world for unlimited accounts
(starting at only $3.95 with unlimited email accounts).
👉 Find out more here: MailWish – Unlimited Business Email Hosting
This project aims at providing a multi-platform mobile email application, running the JMAP protocol and will also deliver additional features to the Mailbux Cross Email Client built for Mailwish - Unlimited business email hosting and forked from Tmail by linagora.
⚠️ Important Notice
This email client has been heavily customized to work specifically with the MailWish/MailBux Business Email Hosting.
- We do not provide support for customization, third-party code changes, or bug fixes.
- This version is released as-is, intended for developers who wish to:
- Contribute improvements through commits.
- Adjust branding for their business (if using MailWish as the backend).
- The login page at https://auth.mailbux.com is not customizable. You will need to update the email client to support self-login without OIDC, plain JMAP login (Developer required).
If you are running the MailWish Business Email Hosting, you may use this client as your front end.
Otherwise, please note that compatibility and support are not guaranteed.
- Go to root folder of project
- Run
scripts/prebuild.shscript
/bin/bash scripts/prebuild.sh
- Build
- iOS:
flutter build ios
- Android:
flutter build apk
- Web:
change SERVER_URL in env.file with your JMAP server
SERVER_URL=http://your-jmap-server.domain
then run:
flutter build web
Edit the env.file by replacing the default value of SERVER_URL to the one pointing to your JMAP backend server.