Overview
LogicMail is a J2ME E-Mail client supporting IMAP and POP, and designed to run on RIM BlackBerry handheld devices. Its goal is to provide an alternative to the service-oriented "push" E-Mail system that the device normally provides, so we can also use our conventional E-Mail services. The inspiration for this project came from the now defunct Mail4ME project, as well as some of the initial protocol code.
The big focus in this client is on usable IMAP support, which seems to be an afterthought in some other clients. Why IMAP first? Well, two reasons: First, I use IMAP personally. Second, the IMAP protocol allows a lot of optimization for constrained latency and bandwidth that POP does not provide. As such, I suspect the IMAP implementation will always feel much faster than the POP one. However, be assured that I have implemented POP support too, since I know it is important to a lot of potential users.
Downloading
Right now you can find the source code in SVN, if you dig through the SourceForge project page. I'm using a BSD-style license for this project, except where noted otherwise.
If you want to try it on your BlackBerry handheld, the easiest way is to point your mobile browser at the "Over-The-Air" installation link:
- Latest release: 1.0.1
- Over-The-Air Installation - http://logicmail.sf.net/ota
- SourceForge Download Page
- Development snapshot builds (for BlackBerry OS v4.1 or higher) from CruiseControl:
- Over-The-Air Installation - Latest build
- ZIP archive - Latest build (for the Application Loader)
- OTA installable files - Navigate to the JAD files for installation
- ZIP archives
- Status: Automated build execution is temporarily disabled due to build process retooling.
Resources
- Project News
- Frequently Asked Questions
- Documentation
- Debugging
- Features and Issues
- Design and Development
- Screenshots
- SourceForge Project Page
Questions? Comments? Write me at octo@…
If you would rather use SSL, this page is also available here.
