Instant Web Mail
Version 0.55



About

Instant Web Mail is a free, web-based POP mail client. It is encredibly easy to install - however, the easy installation comes at a price: There are no Sent mail and Trash folders, and there is no address book.



Author/copyright

© 2001 Jonas Koch Bentzen and the contributors.
Instant Web Mail is released under the terms of the GNU General Public License.



Contributors

In alphabetical order:

Sven-Erik Andersen [m] The Norwegian translation.
Oliver Ardo [m] The Slovak translation.
Birkir Björnsson [m] The Icelandic translation.
Eddy Dibbink [m] The Dutch translation.
Nicklas af Ekenstam [m] Patches to the Swedish translation.
Emre Erim [m] Patches to the Turkish translation.
Grazziano Picanço Guarany [m] The Brazilian Portuguese translation.
S. Craig Jones [m] The "Dark City", "Ochre", and "Silver Sage" themes.
Eric Joseph-Alexandre [m] The French translation.
Kjell Awall [m] The Swedish translation.
Petr Kveton [m] The Czech translation.
Morten Leerhøy [m] The logo image and the "Cysol" theme.
Piero Orsoni [m] The Italian translation and the "Blue" theme.
José Antonio Pérez [m] The Spanish translation.
Rui Ribeiro [m] The Portuguese translation.
Frank Roth [m] The German translation.
Sergey Shibeko [m] The Russian translation.
Leszek Stefaniak [m] The Polish translation.
Juris Valdovskis [m] The Latvian translation and the "Yellow" theme.
Necdet Yücel [m] The Turkish translation.

Besides those listed here, a number of people have contributed with suggestions, bug reports, etc. Thanks to all of you.



Features



Requirements



Download

bzip2
.ZIP



Install
  1. Upload the entire instantWebMail directory to your server. That's it! Instant Web Mail works right out of the box (hence the name), so if you want to try it out right away, point your browser to http://example.com/instantWebMail and log in. However, if you want to change the language or other configuration options, you should follow the next steps:
  2. If you've installed the program on a Unix server (e.g. Linux, FreeBSD, or Sun Solaris), you need to chmod (change the permissions of) the file settingsSaved.php to 666. This can usually be done from within your FTP client. Right-click on settingsSaved.php, select "Chmod", and check the boxes as shown on this picture:
    Chmod
  3. Point your browser to http://example.com/instantWebMail/settings.php. Log in with the username "username" and the password "password". Now you can configure Instant Web Mail to suit your needs. Don't forget to change the administrator username and password right away.




Questions and answers

Why does it take more than 10 seconds for each page to load even though I have a fast Internet connection?
The problem is probably caused by the POP server. Some POP servers perform so-called reverse DNS lookups on the clients that connect to them. These reverse DNS lookups take time - often more than 10 seconds. If the POP server is located within your internal network (LAN), you can probably eliminate the problem by using the IP address of the server instead of the host name when you log in. Another solution is of course to ask your system administrator to disable reverse DNS lookups in the POP server.

The program can't connect to the POP server even though I'm entering the correct host name, username, and password.
This might be a firewall issue. Some web hosts that offer their services for free shut off all network traffic from/to certain ports. There's nothing you can do but install Instant Web Mail on another server.

Why do I get an error message saying that the function wordwrap()/is_uploaded_file()/session_unset() is undefined?
Probably because you didn't read this readme file thoroughly. It is very clearly stated in the Requirements section which version of PHP is needed to run Instant Web Mail. You need that version (or a newer one), otherwise the whole thing won't work. That should go without saying - nevertheless, I get a lot of emails asking me the above question. If you don't know which version of PHP is installed on your server, ask your web host, or try running this script:

<?php
echo "You are using PHP version ".PHP_VERSION;
?>

There's a bug in your program. Could you fix it?
I might - if I have the time. However, before you send me a bug report, please make sure the bug is not listed in the To do section of this page. If you're sure you've discovered a new bug, send a detailed description of it to me. If your description is something along the lines of "The program doesn't display the message text", there's no way I can figure out what the problem is. I need to know which version of Instant Web Mail and PHP you're using as well as which operating system and web server program. Please include screen shots of all relevant windows, the full message source, JavaScript error messages, etc.

Do you plan to implement folders and address books?
No. As its name suggests, Instant Web Mail was made with the goal of offering a web mail program that can be installed within minutes. If the program were to save information such as sent mail and addresses on the server, it would cause the setup time to be much longer. Instant Web Mail was designed to read the mail directly from the POP server, and it would require a complete rewrite of the program to implement folders and address books. Also, I might add that implementing folders is a lot of work - but it's not particularly challenging (the difficult part when making mail clients is parsing the messages and displaying them properly, not communicating with an SQL database). When I write open source software, I tend to like small, but challenging tasks that might help me improve my programming skills - and making a complete web mail program with folders just doesn't fall under that category. Sure enough, if you or your company decide to pay me for making a complete web-based mail client, I'd be more than happy to - otherwise, forget it : )

How can I be informed about new releases of Instant Web Mail?
Visit Understrøm frequently - or go to freshmeat, create a new user account if you don't have one already, find the project page for Instant Web Mail, and click on "Subscribe to new releases".



To do



Change log