mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
GAM 5.32, test contact delegation
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -250,8 +250,10 @@ jobs:
|
|||||||
$gam user $gam_user check serviceaccount
|
$gam user $gam_user check serviceaccount
|
||||||
$gam user $newuser imap on
|
$gam user $newuser imap on
|
||||||
$gam user $newuser show imap
|
$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 show delegates
|
||||||
|
$gam user $newuser add contactdelegate "${newbase}-bulkuser-01"
|
||||||
|
$gam user $newuser print contactdelegates
|
||||||
export biohazard=$(echo -e '\xe2\x98\xa3')
|
export biohazard=$(echo -e '\xe2\x98\xa3')
|
||||||
$gam user $newuser label "$biohazard unicode biohazard $biohazard"
|
$gam user $newuser label "$biohazard unicode biohazard $biohazard"
|
||||||
$gam user $newuser show labels
|
$gam user $newuser show labels
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import platform
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
GAM_AUTHOR = 'Jay Lee <jay0lee@gmail.com>'
|
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_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||||
|
|
||||||
GAM_URL = 'https://git.io/gam'
|
GAM_URL = 'https://git.io/gam'
|
||||||
|
|||||||
Reference in New Issue
Block a user