954,597 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Own Email Interface

Hi,

I recently bought a domain. As usual, the domain provider has given email accounts facility. The problem is that, I can access the email accounts only through the webmail address provided by the domain registrar (which has a pathetic interface) or through POP based email clients like outlook.

Is it possible that I can program my own email interface, I have intermediate knowledge of PHP. If yes? What all things I need to be prepared for?

Thanks!

iammirko
Light Poster
33 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0
 

Does your host support IMAP? If so, then you can use any number of web-based email programs & just point them at your server

quasipickle
Light Poster
49 posts since Oct 2010
Reputation Points: 10
Solved Threads: 13
 

Check thunderbird or if you are on linux there is also evolution

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 

Yes, yep can certainly create your own interface, but it will be sloooow. This is because you have to access your mail from a different server. php has a plethora of imap_*() functions. Some work with pop3 too.

You'd be better using a ready made client though. It would probably be more hassle that it's worth.

diafol
Rhod Gilbert Fan (ardav)
Moderator
7,796 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
 

Hmm...thanks for pointing the things out.

I guess the host does not provide IMAP settings (I have not checked out but quite likely), in that case, it seems, I don't have many other options.

However, I am curious how do dedicated email providers like Gmail, Hotmail etc. work. Any contributions are welcome.

Regards,

iammirko
Light Poster
33 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0
 

check out roundcube, squirrelmail. these are open source web based email clients. you may install them in your domain itself. a good alternative to write your own code.

rje7
Junior Poster in Training
83 posts since Mar 2008
Reputation Points: 12
Solved Threads: 9
 

I've tried squirrelmail and I don't like the same.

Write your own code...this is where I want the help. I have no idea how to go about it.

iammirko
Light Poster
33 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0
 

Any Responses?

iammirko
Light Poster
33 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0
 

why not just use Email client like thunderbird? It will save you a lot of pain.
Writting such complex project isn't easy.

evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
 

iammirko,
I agree with evstevemd! Email clients are complex!
Speeking out of experience here. I wrote a system where clients email updates to their websites.

Trust me, try something that is already out there!

Setvir
Newbie Poster
22 posts since Nov 2010
Reputation Points: 12
Solved Threads: 3
 

yea.. thousands of lines of codes you'll have to write from scratch. i suggest roundcube for this matter. it has beautiful ajax interface. and may be you can always rewrite the front interface by your self. its all open source. so there is no much coding work to you.

rje7
Junior Poster in Training
83 posts since Mar 2008
Reputation Points: 12
Solved Threads: 9
 

Think the opinion is pretty unanimous. Use third party stuff - coding your own solution is a major undertaking. I've used Roundcube webmail and it's OK. You obviously don't need a desktop client from your post, so forget Thunderbird, Outlook etc.

Most hosts that give you a cPanel usually allow you options as to your webmail client. Unfortunately, some do not (like mine!) - I'm stuck with atmail - which I hate.

diafol
Rhod Gilbert Fan (ardav)
Moderator
7,796 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
 

Why not try installing and using roundcube, http://roundcube.net/

mbhanley
Light Poster
32 posts since Nov 2010
Reputation Points: 10
Solved Threads: 2
 

As ardav sums it up, the opinion is rather unanimous and roundcube seems to be a popular alternative. I will try that and see if I can do something interesting with its code.

Thank You All!

iammirko
Light Poster
33 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: