mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Print heading for info sendas
This commit is contained in:
@@ -5142,6 +5142,7 @@ def infoSendAs(users):
|
|||||||
user, gmail = buildGmailGAPIObject(user)
|
user, gmail = buildGmailGAPIObject(user)
|
||||||
if not gmail:
|
if not gmail:
|
||||||
continue
|
continue
|
||||||
|
print u'User: {0}, Show SendAs Address:{1}'.format(user, currentCount(i, count))
|
||||||
result = callGAPI(gmail.users().settings().sendAs(), u'get',
|
result = callGAPI(gmail.users().settings().sendAs(), u'get',
|
||||||
soft_errors=True,
|
soft_errors=True,
|
||||||
userId=u'me', sendAsEmail=emailAddress)
|
userId=u'me', sendAsEmail=emailAddress)
|
||||||
|
|||||||
Reference in New Issue
Block a user