Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The problem is -

" I have to design one website, which will contain number of blocks. Each block will refer to different email client. That means, a user of this site can see his/her all mail clients in one one blocks."

The user will provide his/her existing mail clients information (Username and Password) at the time of registering into this site.

So, when user comes to the site he will login by providing username and password of this site (and not with user name or password of any of his mail clients) and he will see his home page containing all his existing mail clients opened directly in one one block (without logging in to any of the mail client).

Basically, this website will help the user to use all mail clients in one page.

Will anybody suggest how to do this task ?

It will be better if working codes will be provided.

1 solution

while the user registers into your site, he/she can be asked to put in all the login details of their emails.
store this into a database, and each time the user logs in to your site, read the email credentials from the database and do an auto login.
 
Share this answer
 
Comments
Yes that is right. But, my question is about that auto login feature.
How to implement that??
joe_j 17-Jan-12 3:39am    
what kind of emails are you trying to receive, gmail, yahoo, or is it corporate email ids.
have a look over here http://www.vbforums.com/showthread.php?t=514022
emails like gmail, yahoo, rediff etc..
joe_j 17-Jan-12 5:25am    
k then if thats the case, you can use vb.net, but you will have to write in a lots of complicated codes.
the better way is to use a COM object called Redemption (http://www.dimastr.com/redemption/home.htm)
you can try it out using the free ware, but you will have to buy the Distributable version for production. i have found it pretty useful.
it provides a simple way to read and send emails
This is not the case.
I want to open directly the home pages of all email service provider with one single login.
That means user can actually access all email services in the same page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900