== Overview == !LogicMail is a J2ME E-Mail client supporting IMAP and POP, and designed to run on RIM [http://www.blackberry.com/ 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 [http://mail4me.objectweb.org/ 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: 0.4.0 * [http://logicmail.sourceforge.net/ota Over-The-Air Installation] - !http://logicmail.sf.net/ota * [http://sourceforge.net/project/showfiles.php?group_id=171920 SourceForge Download Page] * Development snapshot builds (for !BlackBerry OS v4.1 or higher) from [http://cruisecontrol.sourceforge.net/ CruiseControl]: * [http://www.logicprobe.org/builds/artifacts/LogicMail/latest/LogicMail.jad Over-The-Air Installation] - Latest build * [http://www.logicprobe.org/builds/archives/LogicMail/LogicMail-latest.zip ZIP archive] - Latest build (for the Application Loader) * [http://www.logicprobe.org/builds/artifacts/LogicMail/ OTA installable files] - Navigate to the JAD files for installation * [http://www.logicprobe.org/builds/archives/LogicMail/ ZIP archives] * Status: Unstable development == Resources == * [wiki:faq Frequently Asked Questions] * [wiki:docs Documentation] * [wiki:features Features and Issues] * [wiki:development Development] * [wiki:screenshots Screenshots] * [http://sourceforge.net/projects/logicmail/ SourceForge Project Page] [[BR]] [[BR]] Questions? Comments? Write me at octo@logicprobe.org [[BR]] [[BR]] If you would rather use SSL, this page is also available [https://www.logicprobe.org/proj/logicmail here].