Need to implemetn web email

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mzfp2
Forum Contributor
Posts: 137
Joined: Mon Nov 11, 2002 9:44 am
Location: UK
Contact:

Need to implemetn web email

Post 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
Fataqui
Forum Newbie
Posts: 10
Joined: Fri Jan 09, 2004 7:47 pm

Post 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!
mzfp2
Forum Contributor
Posts: 137
Joined: Mon Nov 11, 2002 9:44 am
Location: UK
Contact:

Post 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
k_a_a
Forum Newbie
Posts: 9
Joined: Tue Jan 06, 2004 8:31 pm

Post by k_a_a »

Take a look at SocketMail (http://www.socketmail.com) -- looks cool ... they offer lifetime updates too :)
Post Reply