Showing posts with label google. Show all posts
Showing posts with label google. Show all posts

Monday, February 12, 2007

GMail sucking Yahoo Mail

Finally, GMail now has that POP fetching feature that Yahoo Mail has had like forever now. It was only available to some testers before, but it seems that I now have the privilege of testing this out. Unfortunately, it only works with the standard GMail, not Google for Domains (as of yet) so I am using my old GMail account to do the retrieval from my POP account. Fortunately, Google automatically forwards emails that are fetched to my @trajano.net account. Re: Yahoo mail, as you know Yahoo does not offer POP access to their servers without paying for it. There are many ways of getting around that using POP to Web Mail servers. The one I am using is FreePOPS and GMail's POP fetcher works nicely with it. Also when you have to use Hotmail you may need to get a new version of the hotmail.lua file to retrieve it. Since I don't really have a powerful server with a lot of bandwidth to spare, I only let my friends use my FreePOPS server. However, it is not too difficult to set one up. Although if you are using FreeBSD, you may have some issues since the guy hasn't updated the port for FreePOPs for a long while. I've written some tips on getting FreePOPS to work in FreeBSD if anyone needs it.

Sunday, February 11, 2007

Integrated Google

After playing around a bit with some of Google's services it would be nice if things are more integrated rather than looking like a hodge podge of different websites. Single Sign-on and Profile I think number one thing they need to do is to get single sign on (SSO) working. SSO is different from just having a common user ID and password like Google accounts, though that is a requirement. Google should just have one sign in page that would allow you to go to any of Google's services without having to log in again. Right now Orkut requires a separate sign-in in order to access it. Along with the single sign-on Google should get rid of each application having their own profile and unify it into one single place. Although provide the facility to use different profiles with whatever service. Somewhat like Yahoo, but hopefully done properly. Drive space Next is the unification of all our space. I think this only applies to PicasaWeb, Blogger, YouTube/GoogleVideo, Google Documents and GMail. But I think it would be a good idea to just merge the space you would normally get with GMail into one pool rather than having a separate area for it. All our pictures including profile ones should be moved to PicasaWeb's space as well. Contact management Another one would be contact management. Right now we have GMail's address book, which by far is the simplest of any service I have used, but it does not provide good ways of managing your contacts. I think they should leverage Orkut and move all the contact information into Orkut (with privacy settings of course, you don't want to give out information about a friend that they don't want people to know about). We should also allow other people to see what we write about them in the contact info (in case we want to make sure we have everything up to date) within limits we set. How would they do it? Of course this sort of endeavor would be a lot of work. If I were in their shoes I would try to leverage a lot of the projects and specifications that are out there now. For example, single sign-on could be done through JEE's architecture already. The authentication token can be passed down to existing apps without having to recode them in Java. The Google Account can then be converted to use the OpenID specification as well. All our profile information can be stored in LDAP servers. Profile pictures would be rendered pointers to PicasaWeb's area so it would be more efficient on the LDAP servers. If all the space is pooled into GMail, then they only have to manage one data store rather than multiple. And since it is all pooled, we may end up with 4Gmail rather than the current 2G.