0

Does ADMIN Directory have API for dealing with EMAIL Settings. Or do we need to continue using GDATA API for Email Settings.

1 Answers1

0

The Email Settings API is still GData based. Until it is upgraded to the new Google API model, you'll need to continue to use the GData API and libraries to access it.

Jay Lee
  • 13,415
  • 3
  • 28
  • 59
  • Thanks Jay. I was looking deeper into the current code and I see we are using ClientLogin to Authenticate Email Settings API calls. Can we continue using ClientLogin for the old GData API Calls? When is Google planning to retire ClientLogin ? – user4390766 Feb 24 '15 at 18:38
  • "Important: ClientLogin has been officially deprecated as of April 20, 2012. It will be shut down on April 20, 2015 as per our deprecation policy. We encourage you to migrate to OAuth 2.0 as soon as possible." – AMS Feb 26 '15 at 10:51
  • Thanks AMS. We are moving to OAuth2.0 and I had tested the same and it worked fine. – user4390766 Feb 26 '15 at 19:01