It’s an simple IMAP WebMailclient especially designed for Smartphones.
SmartMail 1.1 2017-08-21
New since V1.1. attachments for received messages – more details can be found detailed further down in the changelog
New since V1.01: small CSS fix for displaying deleted mails, added new mail icon on every page, added generating of FROM addresses – all updates can be found detailed further down in the changelog
I was searching a while for something like that and unfortunately nothing was the right one for me.
The built-in Mailclient on my Smartphone wasn’t not handy enough.
So I began to program my own mailclient and here it is
Tested on Firefox and so far on
- Samsung S5230
- LG KU990i
- Nokia express (thx to 3ga42adcy32)
- HTC P -Touch with Windows Mobile 6.1 (thx to xemmex)
- Sony Ericsson K800i (thx to evasive)
- Sony Ericsson W995 (thx to evasive)
Features
- browsing all of your IMAP-folders
- browse messages in folders with pagination (no problem if you have thousand of mails, like me
)
- read single messages (with next/prev buttons)
- reply to messages (the original massage will be marked as answered)
- forward messages
- create new messages
- delete messages
- undelete messages
- ...
Requirements
php 5.x
imap_mail
Please download, configure and run servercheck.php to ensure that your server is able to run SmartServer
Languages
- SmartMail supports mutli languages english and german is equipped
- it’s possible to add new languages by copying one of the language files and edit the copied file
Demo
Short URL for your mobile: http://zwab.it/ZYnej
Smartphone simulating URL:
http://smartmail.envato.homac.at/demo.php
user: smartmail
pass: XXXyyyZZZ123
Current Version SmartMail 1.1 2017-08-21
Update information are included
Updates V1.1 2017-08-21
- -> in the message list an email with an attachment will be marked with a paper clip icon
- -> when viewing a message containing attachments you (should be) are able to download the attachments – information about size and name will be shown in the head part of the page
- -> note sending attachments is still not part of the SmartMail item
Updates V1.01 2010-02-26
> -> fixed CSS to display deleted messages
> -> build FROM mail address from username or username & mailserver when writing new messages
> -> added possibility to define maildomain for helping to pre-filling-out FROM mailaddress when writing new messages
> -> added new message icon on message list views
Official Release V1.0 2010-02-25
> -> first version released