GAM 5.32, test contact delegation

This commit is contained in:
Jay Lee
2021-01-19 08:14:26 -05:00
parent 33057faaab
commit 81075bb000
2 changed files with 4 additions and 2 deletions

View File

@@ -250,8 +250,10 @@ jobs:
$gam user $gam_user check serviceaccount
$gam user $newuser imap on
$gam user $newuser show imap
$gam csv sample.csv gam user $newuser delegate to ~email
$gam user $newuser delegate to "${newbase}-bulkuser-01"
$gam user $newuser show delegates
$gam user $newuser add contactdelegate "${newbase}-bulkuser-01"
$gam user $newuser print contactdelegates
export biohazard=$(echo -e '\xe2\x98\xa3')
$gam user $newuser label "$biohazard unicode biohazard $biohazard"
$gam user $newuser show labels

View File

@@ -8,7 +8,7 @@ import platform
import re
GAM_AUTHOR = 'Jay Lee <jay0lee@gmail.com>'
GAM_VERSION = '5.31'
GAM_VERSION = '5.32'
GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
GAM_URL = 'https://git.io/gam'