Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Sharepoint 2007 web part to access Gmail

Options
  • 01-02-2008 2:06pm
    #1
    Registered Users Posts: 2,790 ✭✭✭


    Hi,

    I will be starting a new project soon which has a requirement to display new emails from a users gmail account. I would assume that this is technically possible but I can't find any documentation on the Gmail API (if it even exists)

    Any suggestions as to how I can go about doing this?


Comments

  • Moderators, Society & Culture Moderators Posts: 9,689 Mod ✭✭✭✭stevenmu


    AFAIK there isn't a publically available API for gmail. Not a google one anyway, there are some 3rd party ones such as http://sourceforge.net/projects/gmail-api I don't know if they're any good or not.

    You might be also be able to work out something using the RSS viewer in sharepoint, audiences, and the gmail ATOM feed. That would be very cool if it worked, but I think the difficulty would be in authenticating for each users inbox.

    Gmail also provides mail via IMAP and POP so possibly work something around that ?


  • Registered Users Posts: 2,931 ✭✭✭Ginger


    Like Stevenmu said above, try something with the RSS feed.

    Only thing i can think of is if you you use the web part make sure there is a personal storage section for each user so that they can say their authentication details.

    Also have a look at this http://www.codeproject.com/KB/gadgets/GadgetInterop.aspx

    Its a GMail reader for the sidebar so I am sure it can give you some ideas anyways.


  • Registered Users Posts: 2,790 ✭✭✭John_Mc


    Nice one guys, many thanks for the replies!

    That article is interesting and could come in handy, thanks for the link. I think I'll approach this using POP or IMAP as it would be easiest.

    John


Advertisement