Current Version: 1.0 What is imapwap? ---------------- imapwap is a small perl program that allows you to check your imap email via a wap enabled device, such as a cell phone. Requirements ------------ - perl - The Crypt::Tea module for perl. - The Net::IMAP::Simple module for perl. Installation ------------ Check the first line of imapwap to see if it is pointing at the correct location for your perl interpreter. If not, change this line so that it contains a correct path to perl. Make sure you have supplied the required perl modules. Then change the $user_secret and $pass_secret variables, and optionally the $server and $folder_list variables, in the imapwap.pl script. Usage ----- Install imapwap.pl in your cgi-bin (or wherever), and point a wap device at it! Notes ----- This will only display messages that have a Content-Type of text/plain. In addition, imapwap will currently only diplay the most recent 16 messages in a folder, and the first 200 words of a message. This is due to deck size limitations on WAP devices, and I have yet to to add code to work around this, though it would not be real difficult. Read through the script comments to get an idea of other limitations. Author and Homepage ------------------- Author: Michael Arndt Email: marndt@bulldog.tzo.org Home Page: http://bulldog.tzo.org/imapwap/imapwap.html WAP Resources ------------- WML Article: http://www.samag.com/documents/s=1131/sam05040004/ WAP/WML Info: http://www.w3schools.com/wap/ WAP Emulator: http://www.m3gate.com/m3gate/ Terms and conditions of this software ------------------------------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.