Print heading for info sendas

This commit is contained in:
Ross Scroggs
2016-08-30 12:08:37 -07:00
parent 24c0390174
commit 4182b3cd1e

View File

@ -5142,6 +5142,7 @@ def infoSendAs(users):
user, gmail = buildGmailGAPIObject(user)
if not gmail:
continue
print u'User: {0}, Show SendAs Address:{1}'.format(user, currentCount(i, count))
result = callGAPI(gmail.users().settings().sendAs(), u'get',
soft_errors=True,
userId=u'me', sendAsEmail=emailAddress)