Hi Emmanuel, You have 3 options to read a mailbox programmatically:
1) the Gmail Inbox Feed ( http://code.google.com/apis/gmail/docs/inbox_feed.html) which is also the solution described in your link, but that only lists the newest unread messages 2) use a standard IMAP client (http://code.google.com/apis/gmail/oauth/). Please take into account that the Gmail IMAP servers are extended to support OAuth for authentication (samples at http://code.google.com/apis/gmail/oauth/code.html) 3) use the Apps Script Gmail Services ( http://code.google.com/googleapps/appsscript/service_gmail.html) Claudio On Sun, Jan 29, 2012 at 9:29 AM, Emmanuel dreux <[email protected]> wrote: > Hi, > I have a simple question : what api should I use to entirely read a > mailbox programmatically? > > I've found this link ( > http://yellowduckguy.wordpress.com/2007/09/02/how-to-read-gmail-email-programmatically/) > but I wonder if there are Google APIs for that? > > Do you have a sample that you could share? > > Thank you very much. > > -- > You received this message because you are subscribed to the Google Groups > "Google Apps Domain Information and Management APIs" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-apps-mgmt-apis/-/lgXVIzfdUlEJ. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-apps-mgmt-apis?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
