Reputation: 979
Can somebody please suggest me a way to read gmail or gapps mailbox without using IMAP/POP3. Is there any third party library that can read mails by disabling IMAP/POP3?
Thanks, Haseena
Upvotes: 0
Views: 1671
Reputation: 1197
There new Gmail RESTful API
there librarys for Java .Net and Python
https://developers.google.com/gmail/api/v1/reference/
Upvotes: 0
Reputation: 97120
You can use Google's GMail API. This will give you access over a RESTful interface without having to enable POP or IMAP. However, you do have to activate API access.
Upvotes: 1