prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

GetFeed methods in the Email Settings API should return typed feeds #599

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
RetrieveLabels, RetrieveSendAs and RetrieveEmailDelegates methods return 
instances of gdata.data.GDFeed while they should return typed feeds of 
gdata.apps.emailsettings.data.EmailSettingsLabel, 
gdata.apps.emailsettings.data.EmailSettingsSendAsAlias and  
gdata.apps.emailsettings.data.EmailSettingsDelegation respectively

Original issue reported on code.google.com by ccherub...@google.com on 24 Feb 2012 at 4:18

GoogleCodeExporter commented 9 years ago
Thread on the discussion group: 
https://groups.google.com/forum/#!msg/google-apps-mgmt-apis/B5yyMLI51yg/cvFupDdy
9RMJ

Original comment by ccherub...@google.com on 24 Feb 2012 at 4:21

GoogleCodeExporter commented 9 years ago
This is fixed in rev. 900e9a0c3b3a:

http://code.google.com/p/gdata-python-client/source/detail?r=900e9a0c3b3a93a5539
ee3bf63bb48c31762f58a

Original comment by ccherub...@google.com on 5 Mar 2012 at 8:58