Mobilemail WARMobilemail WAR is a small servlet that I wrote a few years ago in order to check e-mail from my WAP enabled mobile phone. It should be deployed to your servlet container and then the few simple properties in WEB-INF/setup.conf need to be adjusted in order to connect to your e-mail server. The 1.2 release of Mobilemail WAR simply moves it over to karmalab.org and moves to a Mavenized build process. There have been no feature changes or enhancements to the code. Note: This code should not be looked at at all as anything approaching the proper way to build a web-app. It was written years ago, and only worked on for a couple of days. For a proper web-app framework, please see Turbine . Ok, after all of that, you can download a WAR file here or a source distribution here . To build a Mobilemail WAR file from the src, just do a 'maven war' in the untarred directory. |