Page 1 of 1
Need to implemetn web email
Posted: Sat Jan 10, 2004 6:27 am
by mzfp2
Hi I need to implement a web email service for my users, but my host doesnt allow automatic creation of new POP mail boxes, so I need a script which will use one capture all box, much like HiveMail but im looking for a free solution, or just small amounts of code that demonstrates how to implement the core functions, including spam blocking, sending and receiving mail with attachments etc.
Hope you guys cn help me on this
http://www.alljammin.com -Free funky dating and flirting
Posted: Sat Jan 10, 2004 7:11 am
by Fataqui
Hi
There are many scripts over at 'hotscripts' that will help you install a basic webmail system based on a single 'fetch all' type setup! I am just finishing one now that will support this 'fetch all' or pop3 or imap and wap! Mine will be done in a few weeks, if you are still needing something like this tell me and I will give you it!
Here is some pages so you see what mine will look like!
welcome page (shown at login)...
http://mail.ya-right.net/welcome.html
profile page (allows user to update personal info)
http://mail.ya-right.net/profile.html
inbox page (displays the message list and has many options like (preview, translate, change display) option are set via the options page for the inbox page!
http://mail.ya-right.net/inbox.html
attachment filters page (delete or return attachments based on real attachment type [can not spoof the system])
The attacment filter works by opening each attachment and reading it's structure, so if someone sends 'image.jpg' and 'image.jpg' is really 'program.exe' or 'program.zip' the filter knows what the real attachment type is (no spoofing)
http://mail.ya-right.net/filters.html
There many more tools in the system, like spam blocking <- learns by what the user labels as spam, virus checking and much more
F!
Posted: Sat Jan 10, 2004 10:45 am
by mzfp2
That sounds perfect for me! Virus checking is a great bonus as well, I would be eternally grateful if you would give me your script when it is completed!
http://www.alljammin.com -Free funky dating and flirting
Posted: Wed Jan 14, 2004 11:04 am
by k_a_a
Take a look at SocketMail (
http://www.socketmail.com) -- looks cool ... they offer lifetime updates too
