|   |
 |
News |
 |
|
|   |
-------- February, 26, 2006
BrowCoFtp is available free to download and use. -------- September, 17, 2005
WapCoMail PRO v 1.1 is available free to download and use.
-------- April, 23, 2005
WapCoMail PRO v 1.1 is available, in short time ready to get it.
--------
WapCoMail Lite v 1.3 is available free to download and use. -------- January, 15, 2005
WapCoMail Lite v 1.2 is available free to download and use.
-------- December,12,2004
CounterZone site is official online.
-------- December,12,2004
WapCoMail Lite v 1.1 is free to download and use. |
|
|   |
 |
More about WapCoMail |
 |
|
|   |
WapCoMail is a friendly and easy interface to use your email from mobile devices.
Developed only in Php, it is not necessary to setup any variables for your web server usage.
More details ...
|
|
|   |
 |
Members |
 |
|
|   |
|
|   |
 |
Parteners |
 |
|
| |
|
|
| |
|   |
|
|   |
You are visitor no:     
|
|
|
| Freeware products |
| Next |
 |
| Description: |
WapCoMail software is written only in Php, easy to install on every web server and it is used
to open e-mail boxes from mobile phones with WAP. With PRO version you can open emails from
all email's folders and compose new messages. You can delete emails or even move them from a folder
to another and modify those folders.
WapCoMail has the following files:
- index.php - base application (4.143 bytes)
- function.php - functions for base application (20.343 bytes)
- download.php - save email's attachments (1.161 bytes)
- wp.wbmp - WapCoMail logo (304 bytes)
|
| |
| Requirements: |
To use this software, you must have php higher than v4.0, Apache or IIS and IMAP access (143 port open)
|
| |
| Install: |
Your web server must recognise wml pages, wbmp images and php with wml scripts. You must set up the web
server in this case. For Apache, modify httpd.conf file (you find it in /etc/httpd/conf)
and append next lines after the following line:
#AddType application/x-tar .tgz
append next lines :
# MIME Types for WAP # For PHP 4.x, use this:
AddType application/x-httpd-php .wml # For normal WML pages.
AddType text/vnd.wap.wml .wml # For WML embedded graphics.
AddType image/vnd.wap.wbmp .wbmp # End MIME Types for WAP
After the changes, restart the web server
(# service httpd restart).
To set up WapCoMail specialy for your web server, edit index.php file and modify :
// number of messages that will be displayed on your mobile device.
$msgonpag = 10;
// your host connexion, and IMAP port. For Fedora Core 2, is not necessary to edit this value
$host = "{localhost:143/imap/notls}";
// your domain name.
$domainname="your_domain_name.com";
After you are ready, put all 4 filles in your wap directory from web server and specify the start page
for wap server file index.php. To test the wap page from computer, use wap compatible browser
(like Opera) or wap microbrowser (like Klondike WAP Browser).
|
|
|
|
|