Minimail is an open source email client, backend-ed by Emailbox, that is built using HTML, CSS, and Javascript. It has been tested on Android and iOS.
Pull requests are welcome!
Download the Android APK on the Minimail site
Minimail is usable as a mobile email client at this point, but has many bugs and issues that need to be fixed. If you encounter an issue not already on GitHub Issues for this repository, please add it with as much info as possible!
Source for the minimail mobile email client. The app works in conjunction with a server-side component (receiving and sending emails, Push Notifications) and the Emailbox API (https://getemailbox.com/docs).
- Android Phone running 2.2+ (not ready for Tablets)
- Fork this repo (optional)
- Sign up for Adobe PhoneGap Build: http://build.phonegap.com/plans/free
- Create a new project in PhoneGap Build using your forked GitHub URL (or just the https url for this repo)
- Build the project, then download and install the created Android build (.ipk). Takes about 30 seconds. Use a barcode scanner for easy download!
Note: Push Notifications don't work when building locally. Working only on PhoneGap Build (actually, not even there yet)
Try out debug.phonegap.com (super buggy and slow, but a useful HTML view) or open up index.html in your browser and use the native developer tools.
By default the basic server is used. If you want to run your own server:
- Register as an emailbox developer (https://getemailbox.com/login/first)
- Follow instructions at repo: https://github.com/emailbox/minimail_nodeserver
- Issues have been moved to GitHub's issue tracker: [https://github.com/emailbox/minimail_mobileapp/issues](https://github.com/emailbox/minimail_mobileapp/issues