gam7 7.10.2__tar.gz → 7.10.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gam7 might be problematic. Click here for more details.
- {gam7-7.10.2 → gam7-7.10.3}/PKG-INFO +1 -1
- {gam7-7.10.2 → gam7-7.10.3}/src/GamUpdate.txt +5 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/__init__.py +9 -5
- {gam7-7.10.2 → gam7-7.10.3}/wiki/GamUpdates.md +3 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-Messages-Threads.md +21 -2
- {gam7-7.10.2 → gam7-7.10.3}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/ISSUE_TEMPLATE.txt +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/actions/decrypt.sh +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/actions/entitlements.plist +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/actions/package_exclusions.txt +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/stale.yml +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/workflows/build.yml +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/workflows/codeql-analysis.yml +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/workflows/get-cacerts.yml +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/workflows/pushwiki.yml +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.github/workflows/pypi.yml +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/.pre-commit-config.yaml +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/LICENSE +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/README.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/pyproject.toml +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/.gitignore +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/GamCommands.txt +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/LICENSE +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/cacerts.pem +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/callgam.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/__main__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/auth.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/client.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/core.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/data.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/http.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/http_core.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/http_interface.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/mock_http.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/mock_http_core.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/mock_service.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/service.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/token_store.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/atom/url.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/cacerts.pem +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/cbcm-v1.1beta1.json +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/contactdelegation-v1.json +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/datastudio-v1.json +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glaction.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glapi.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glcfg.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glclargs.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glentity.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glgapi.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glgdata.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glglobals.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glindent.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glmsgs.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glskus.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/gluprop.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/glverlibs.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gamlib/yubikey.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/alt/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/alt/app_engine.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/alt/appengine.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/apps/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/apps/audit/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/apps/audit/service.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/apps/contacts/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/apps/contacts/service.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/apps/service.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/service.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/gdata/urlfetch.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/_auth.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/_helpers.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/channel.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/discovery.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/errors.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/http.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/mimeparse.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/model.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/schema.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/googleapiclient/version.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/iso8601/__init__.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/iso8601/iso8601.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/meet-v2beta.json +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/serviceaccountlookup-v1.json +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam/six.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam-install.sh +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam-setup.bat +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam.exe.manifest +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam.spec +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/gam.wxs +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/license.rtf +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/requirements-dev.txt +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/requirements.txt +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/setup.cfg +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/setup.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/tools/a_atleast_b.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/tools/gen-wix-xml-filelist.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/tools/mkGamRef.py +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/tools/openssl.props +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/src/version_info.txt.in +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/00scratch.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Addresses.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Administrators.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Alert-Center.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Aliases.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Authorization.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/BNF-Syntax.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Basic-Items.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Bulk-Processing.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/CSV-Input-Filtering.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/CSV-Output-Filtering.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/CSV-Special-Characters.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Calendars-Access.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Calendars-Events.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Calendars.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chat-Bot.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chrome-AUE-Counts.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chrome-Browser-Cloud-Management.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chrome-Installed-Apps.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chrome-Needs-Attention-Counts.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chrome-Policies.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chrome-Printers.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chrome-Profile-Management.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chrome-Version-Counts.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Chrome-Version-History.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/ChromeOS-Devices.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Classroom-Courses.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Classroom-Guardians.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Classroom-Invitations.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Classroom-Membership.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Cloud-Channel.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Cloud-Identity-Devices.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Cloud-Identity-Groups-Membership.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Cloud-Identity-Groups.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Cloud-Identity-Policies.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Cloud-Storage.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Collections-of-ChromeOS-Devices.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Collections-of-Items.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Collections-of-Users.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Command-Data-From-Google-Docs-Sheets-Storage.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Command-Line-Parsing.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Command-Logging-Progress.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Context-Aware-Access-Levels.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Customer.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Domain-People-Contacts-Profiles.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Domain-SharedContacts.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Domains-Verification.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Domains.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Downloads-Installs.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Drive-File-Selection.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Drive-Items.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Drive-REST-API-v3.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Email-Audit-Monitor.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Find-File-Owner.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/GAM-Public-Chat-Room.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/GAM-Return-Codes.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/GAM-with-minimal-GCP-rights.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/GAM7-on-Android-Devices.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/GAM7-on-Chrome-OS-Devices.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Google-Data-Transfers.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Google-Network-Addresses.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Groups-Membership.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Groups.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/HTTPS-Proxy.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Home.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/How-to-Install-GAM7.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/How-to-Uninstall-GAM7.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/How-to-Update-GAM7.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/How-to-Upgrade-GAMADV-XTD3-to-GAM7.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Inbound-SSO.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Install-GAM-as-Python-Library.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Licenses.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/List-Items.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/List.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Meta-Commands-and-File-Redirection.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Mobile-Devices.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Organizational-Units.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Other-Resources.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Permission-Matches.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Python-Regular-Expressions.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/README.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Rclone.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Reports.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Reseller.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Resources.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Running-GAM7-securely-on-a-Google-Compute-Engine.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/SSL-Root-CA-Certificates.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Schemas.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Scripts.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Send-Email.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Shared-Drives.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Sites.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Tag-Replace.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Todrive.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Unmanaged-Accounts.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Upgrade-Benefits.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Analytics-Admin.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Application-Specific-Passwords.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Backup-Verification-Codes.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Calendars-Access.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Calendars-Events.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Calendars.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Chat.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Classification-Labels.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Classroom-Profile.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Contacts-Delegates.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Contacts.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Deprovision.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Activity-Settings.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Cleanup.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Comments.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Copy-Move.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Files-Display.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Files-Manage.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Orphans.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Ownership.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Permissions.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Query.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Revisions.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Shortcuts.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Drive-Transfer.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Forms.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-CSE.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-Delegates.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-Filters.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-Forwarding.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-Labels.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-Profile.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-S-MIME.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-Send-As-Signature-Vacation.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Gmail-Settings.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Group-Membership.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Keep-Notes.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Looker-Studio.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Meet.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-People-Contacts-Profiles.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Photo.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Profile-Photo.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Profile-Sharing.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Shared-Drives.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Signout-Turnoff2SV.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Spreadsheets.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Tasks.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-Tokens.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users-YouTube.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Users.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Using-GAM7-with-a-YubiKey.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Using-GAM7-with-a-delegated-admin-service-account.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Vault-Takeout.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Verifying-a-GAM7-Build-is-Legitimate-and-Official.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/Version-and-Help.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/_Sidebar.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/gam.cfg.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-AdminSettingsExamples.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Android-Installation.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-BulkOperations.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-CalendarExamples.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Chat-Bot.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Chrome-Browser-Management.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Chrome-OS-Installation.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Chrome-Policy-Settings.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Cloud-Identity-Groups.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Command-Reference-Calendar-Resources.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Command-Reference-Calendars.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Command-Reference-Definitions.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Command-Reference-Drive.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Command-Reference-Email.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Command-Reference-Group-Attributes.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Command-Reference-Groups.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Command-Reference-Users.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Context-Aware-Access-Levels.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Creating-client_secrets.json-and-oauth2service.json.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-CreatingClientSecretsFile.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Custom-Schemas.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Data-Transfers.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-DomainVerification.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-ExamplesAccountAuditing.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-ExamplesCSV.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-ExamplesEmailSettings.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-ExamplesOrganizations.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-GAM-Discussion-Group.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-GAM-on-Android-and-Chrome-OS.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-GAM-options-files.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-GAM-with--minimal-GCP-rights.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-GAM3CSVListings.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-GAM3DirectoryCommands.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-GAM3GroupSettings.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-GAM7-FAQ.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Google-Vault---Takeout-Commands.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-GoogleDriveManagement.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Grouping-18-or-Older-Users.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Home.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-How-to-upgrade-from-Standard-GAM.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Inbound-SSO-Settings.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-LicenseExamples.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Managing-Admins.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Managing-CloudPrint-Printers.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Managing-Devices.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Managing-Google-Classroom.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-OAuthKeyManagement.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Printers.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-ResellerCommands.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Running-GAM-on-Google-Compute-Engine-(GCE)-Securely.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-SecurityExamples.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-UnmanagedUsersExamples.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Use-a-Yubikey.md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-Using-GAM-with-a-delegated-admin-service-account-(DASA).md +0 -0
- {gam7-7.10.2 → gam7-7.10.3}/wiki/l-_Footer.md +0 -0
|
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
|
28
|
-
__version__ = '7.10.
|
|
28
|
+
__version__ = '7.10.03'
|
|
29
29
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
|
30
30
|
|
|
31
31
|
#pylint: disable=wrong-import-position
|
|
@@ -70267,7 +70267,8 @@ def archiveMessages(users):
|
|
|
70267
70267
|
listResult = callGAPIpages(service, 'list', parameters['listType'],
|
|
70268
70268
|
pageMessage=getPageMessageForWhom(), maxItems=parameters['maxItems'],
|
|
70269
70269
|
throwReasons=GAPI.GMAIL_THROW_REASONS+GAPI.GMAIL_LIST_THROW_REASONS,
|
|
70270
|
-
userId='me', q=parameters['query'],
|
|
70270
|
+
userId='me', q=parameters['query'], labelIds=parameters['labelIds'],
|
|
70271
|
+
fields=parameters['fields'],
|
|
70271
70272
|
maxResults=GC.Values[GC.MESSAGE_MAX_RESULTS])
|
|
70272
70273
|
messageIds = [message['id'] for message in listResult]
|
|
70273
70274
|
except (GAPI.failedPrecondition, GAPI.permissionDenied, GAPI.invalid, GAPI.invalidArgument) as e:
|
|
@@ -70456,7 +70457,8 @@ def _processMessagesThreads(users, entityType):
|
|
|
70456
70457
|
listResult = callGAPIpages(service, 'list', parameters['listType'],
|
|
70457
70458
|
pageMessage=getPageMessageForWhom(), maxItems=parameters['maxItems'],
|
|
70458
70459
|
throwReasons=GAPI.GMAIL_THROW_REASONS+GAPI.GMAIL_LIST_THROW_REASONS,
|
|
70459
|
-
userId='me', q=parameters['query'],
|
|
70460
|
+
userId='me', q=parameters['query'], labelIds=parameters['labelIds'],
|
|
70461
|
+
fields=parameters['fields'], includeSpamTrash=includeSpamTrash,
|
|
70460
70462
|
maxResults=GC.Values[GC.MESSAGE_MAX_RESULTS])
|
|
70461
70463
|
messageIds = [message['id'] for message in listResult]
|
|
70462
70464
|
else:
|
|
@@ -70572,7 +70574,8 @@ def exportMessagesThreads(users, entityType):
|
|
|
70572
70574
|
listResult = callGAPIpages(service, 'list', parameters['listType'],
|
|
70573
70575
|
pageMessage=getPageMessageForWhom(), maxItems=parameters['maxItems'],
|
|
70574
70576
|
throwReasons=GAPI.GMAIL_THROW_REASONS+GAPI.GMAIL_LIST_THROW_REASONS,
|
|
70575
|
-
userId='me', q=parameters['query'],
|
|
70577
|
+
userId='me', q=parameters['query'], labelIds=parameters['labelIds'],
|
|
70578
|
+
fields=parameters['fields'], includeSpamTrash=includeSpamTrash,
|
|
70576
70579
|
maxResults=GC.Values[GC.MESSAGE_MAX_RESULTS])
|
|
70577
70580
|
entityIds = [entity['id'] for entity in listResult]
|
|
70578
70581
|
except (GAPI.failedPrecondition, GAPI.permissionDenied, GAPI.invalid, GAPI.invalidArgument) as e:
|
|
@@ -70707,7 +70710,8 @@ def forwardMessagesThreads(users, entityType):
|
|
|
70707
70710
|
listResult = callGAPIpages(service, 'list', parameters['listType'],
|
|
70708
70711
|
pageMessage=getPageMessageForWhom(), maxItems=parameters['maxItems'],
|
|
70709
70712
|
throwReasons=GAPI.GMAIL_THROW_REASONS+GAPI.GMAIL_LIST_THROW_REASONS,
|
|
70710
|
-
userId='me', q=parameters['query'],
|
|
70713
|
+
userId='me', q=parameters['query'], labelIds=parameters['labelIds'],
|
|
70714
|
+
fields=parameters['fields'], includeSpamTrash=includeSpamTrash,
|
|
70711
70715
|
maxResults=GC.Values[GC.MESSAGE_MAX_RESULTS])
|
|
70712
70716
|
entityIds = [entity['id'] for entity in listResult]
|
|
70713
70717
|
except (GAPI.failedPrecondition, GAPI.permissionDenied, GAPI.invalid, GAPI.invalidArgument) as e:
|
|
@@ -12,6 +12,9 @@ See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Ins
|
|
|
12
12
|
|
|
13
13
|
### 7.10.02
|
|
14
14
|
|
|
15
|
+
Added option `labelids <LabelIdList>` to all commands that process messages;
|
|
16
|
+
this option causes GAM to only return messages with labels that match all of the specified label IDs.
|
|
17
|
+
|
|
15
18
|
Updated `gam <UserTypeEntity> print|show forms` to always display `isPublished` and
|
|
16
19
|
`isAcceptingResponses` in `publishSettings/publishState` regardless of their value;
|
|
17
20
|
the API doesn't return these values when they are False.
|
|
@@ -72,6 +72,8 @@ This table and other suggestions came from:
|
|
|
72
72
|
<EmailAddress> ::= <String>@<DomainName>
|
|
73
73
|
<UniqueID> ::= id:<String>
|
|
74
74
|
<GroupItem> ::= <EmailAddress>|<UniqueID>|<String>
|
|
75
|
+
<LabelID> ::= <String>
|
|
76
|
+
<LabelIDList> ::= "<LabelID>(,<LabelID)*"
|
|
75
77
|
<LabelName> ::= <String>
|
|
76
78
|
<QueryGmail> ::= <String> See: https://support.google.com/mail/answer/7190
|
|
77
79
|
<Time> ::=
|
|
@@ -389,6 +391,7 @@ Your command line will have: `embedimage file1.jpg image1` embedimage file2.jpg
|
|
|
389
391
|
```
|
|
390
392
|
gam <UserTypeEntity> archive messages <GroupItem>
|
|
391
393
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
394
|
+
[labelids <LabelIDList>]
|
|
392
395
|
[quick|notquick] [doit] [max_to_archive <Number>])|(ids <MessageIDEntity>)
|
|
393
396
|
[csv [todrive <ToDriveAttribute>*]]
|
|
394
397
|
```
|
|
@@ -400,6 +403,7 @@ Messages are archived to the group specified by `<GroupItem>`.
|
|
|
400
403
|
|
|
401
404
|
### Archive a selected set of messages
|
|
402
405
|
* `((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+` - Criteria to select messages
|
|
406
|
+
* `labelids <LabelIDList>` - Select messages with labels that match all of the specified label IDs.
|
|
403
407
|
* `max_to_archive` - Limit the number of messages that will be archived; use a value of 0 for no limit
|
|
404
408
|
* `doit` - No messages are archived unless you specify `doit`. By not specifying `doit`, you can preview the messages selected to verify that the results match your expectations.
|
|
405
409
|
|
|
@@ -432,10 +436,14 @@ See below for message selection.
|
|
|
432
436
|
Export messages in EML format.
|
|
433
437
|
```
|
|
434
438
|
gam <UserTypeEntity> export message|messages
|
|
435
|
-
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
439
|
+
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
440
|
+
[labelids <LabelIDList>]
|
|
441
|
+
[quick|notquick] [max_to_export <Number>])|(ids <MessageIDEntity>)
|
|
436
442
|
[targetfolder <FilePath>] [targetname <FileName>] [overwrite [<Boolean>]]
|
|
437
443
|
gam <UserTypeEntity> export thread|threads
|
|
438
|
-
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
444
|
+
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
445
|
+
[labelids <LabelIDList>]
|
|
446
|
+
[quick|notquick] [max_to_export <Number>])|(ids <MessageIDEntity>)
|
|
439
447
|
[targetfolder <FilePath>] [targetname <FileName>] [overwrite [<Boolean>]]
|
|
440
448
|
```
|
|
441
449
|
|
|
@@ -459,10 +467,12 @@ See below for message selection.
|
|
|
459
467
|
```
|
|
460
468
|
gam <UserTypeEntity> forward message|messages recipient|to <RecipientEntity>
|
|
461
469
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
470
|
+
[labelids <LabelIDList>]
|
|
462
471
|
[quick|notquick] [doit] [max_to_forward <Number>])|(ids <MessageIDEntity>)
|
|
463
472
|
[subject <String>] [addorigfieldstosubject]
|
|
464
473
|
gam <UserTypeEntity> forward thread|threads recipient|to <RecipientEntity>
|
|
465
474
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
475
|
+
[labelids <LabelIDList>]
|
|
466
476
|
[quick|notquick] [doit] [max_to_forward <Number>])|(ids <ThreadIDEntity>)
|
|
467
477
|
[subject <String>] [addorigfieldstosubject]
|
|
468
478
|
```
|
|
@@ -482,23 +492,28 @@ See below for message selection.
|
|
|
482
492
|
```
|
|
483
493
|
gam <UserTypeEntity> delete messages|threads
|
|
484
494
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
495
|
+
[labelids <LabelIDList>]
|
|
485
496
|
[quick|notquick] [doit] [max_to_delete <Number>])|(ids <MessageIDEntity>)
|
|
486
497
|
[csv [todrive <ToDriveAttribute>*]]
|
|
487
498
|
gam <UserTypeEntity> modify messages|threads
|
|
488
499
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
500
|
+
[labelids <LabelIDList>]
|
|
489
501
|
[quick|notquick] [doit] [max_to_modify <Number>])|(ids <MessageIDEntity>)
|
|
490
502
|
((addlabel <LabelName>)|(removelabel <LabelName>))+
|
|
491
503
|
[csv [todrive <ToDriveAttribute>*]]
|
|
492
504
|
gam <UserTypeEntity> spam messages|threads
|
|
493
505
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
506
|
+
[labelids <LabelIDList>]
|
|
494
507
|
[quick|notquick] [doit] [max_to_spam <Number>])|(ids <MessageIDEntity>)
|
|
495
508
|
[csv [todrive <ToDriveAttribute>*]]
|
|
496
509
|
gam <UserTypeEntity> trash messages|threads
|
|
497
510
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
511
|
+
[labelids <LabelIDList>]
|
|
498
512
|
[quick|notquick] [doit] [max_to_trash <Number>])|(ids <MessageIDEntity>)
|
|
499
513
|
[csv [todrive <ToDriveAttribute>*]]
|
|
500
514
|
gam <UserTypeEntity> untrash messages|threads
|
|
501
515
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+
|
|
516
|
+
[labelids <LabelIDList>]
|
|
502
517
|
[quick|notquick] [doit] [max_to_untrash <Number>])|(ids <MessageIDEntity>)
|
|
503
518
|
[csv [todrive <ToDriveAttribute>*]]
|
|
504
519
|
```
|
|
@@ -522,6 +537,7 @@ user@domain.com,18e9fc58c5491f4c,Deleted,
|
|
|
522
537
|
|
|
523
538
|
### Manage a selected set of messages
|
|
524
539
|
* `((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+` - Criteria to select messages
|
|
540
|
+
* `labelids <LabelIDList>` - Select messages with labels that match all of the specified label IDs.
|
|
525
541
|
* `max_to_xxx` - Limit the number of messages that will be processed; use a value of 0 for no limit
|
|
526
542
|
* `doit` - No messages are processed unless you specify `doit`. By not specifying `doit`, you can preview the messages selected to verify that the results match your expectations.
|
|
527
543
|
|
|
@@ -570,6 +586,7 @@ gam config auto_batch_min 1 groups_inde EastOffice delete message query "rfc822m
|
|
|
570
586
|
```
|
|
571
587
|
gam <UserTypeEntity> show messages|threads
|
|
572
588
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])*
|
|
589
|
+
[labelids <LabelIDList>]
|
|
573
590
|
[quick|notquick] [max_to_show <Number>] [includespamtrash])|(ids <MessageIDEntity>)
|
|
574
591
|
[labelmatchpattern <REMatchPattern>] [sendermatchpattern <REMatchPattern>]
|
|
575
592
|
[countsonly|positivecountsonly] [useronly]
|
|
@@ -581,6 +598,7 @@ gam <UserTypeEntity> show messages|threads
|
|
|
581
598
|
[targetfolder <FilePath>] [overwrite [<Boolean>]]
|
|
582
599
|
gam <UserTypeEntity> print messages|threads [todrive <ToDriveAttribute>*]
|
|
583
600
|
(((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])*
|
|
601
|
+
[labelids <LabelIDList>]
|
|
584
602
|
[quick|notquick] [max_to_print <Number>] [includespamtrash])|(ids <MessageIDEntity>)
|
|
585
603
|
[labelmatchpattern <REMatchPattern>] [sendermatchpattern <REMatchPattern>]
|
|
586
604
|
[countsonly|positivecountsonly] [useronly]
|
|
@@ -607,6 +625,7 @@ gam user user@domain.com print|show threads maxmessagesperthread 1
|
|
|
607
625
|
|
|
608
626
|
## Display a selected set of messages
|
|
609
627
|
* `((query <QueryGmail> [querytime<String> <Date>]*) (matchlabel <LabelName>) [or|and])+` - Criteria to select messages
|
|
628
|
+
* `labelids <LabelIDList>` - Select messages with labels that match all of the specified label IDs.
|
|
610
629
|
* `max_to_xxx` - Limit the number of messages that will be displayed
|
|
611
630
|
* `includespamtrash` - Include messages in the Spam and Trash folders
|
|
612
631
|
* `labelmatchpattern <REMatchPattern>` - Only display messages with some label that matches `<REMatchPattern>`
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|