Gmail feed with a Google Apps email

feedsgmailgoogle-apps

I'm trying to get a Gmail feed to work with my Google Apps email. The feed works by using the following URL:

https://#GmailUsername#:#GmailPassword#@mail.google.com/mail/feed/atom

The problem is, in order to sign into Gmail with my Google Apps email, the username has to be the full email address, and that doesn't work with the above URL because of the double @.

https://name@mydomain.com:password@mail.google.com/mail/feed/atom

Does anyone know of a workaround for this?

Best Answer

https://#username#%40#Domain#:#Password#@mail.google.com/a/#Domain#/feed/atom

Replace #username# #domain# and #password# with your data and it will work