Releases: GAM-team/got-your-back
Releases · GAM-team/got-your-back
GYB 1.60
- Fix GYB's authentication flow to comply with upcoming Google changes. If you are running GYB on a separate machine from your browser such as Google Cloud Shell or a headless Linux server, then at the end of the authentication process your browser may display an error page. Don't Panic just copy the URL of the error page and paste that into GYB instead of the authentication code.
- Fix GYB service account domain-wide delegation to point to the correct page. Fixes #362
- Add
muted
to the reserved labels.
GYB 1.55
- Adds a new option:
--cleanup
. When cleanup is enabled on restores, GYB will check each message and confirm that the message has a validFrom:
,Message-ID:
andDate:
header. If the headers are missing or are not in the right format, GYB will modify them. This should solve #342 where restored messages are going to the Spam folder because they did not have valid messages. Note that this modifies the restored message and cannot be undone. - Additional options
--cleanup-from
and--cleanup-date
allow you to specify a replacement header value when--cleanup
is specified and GYB finds the header is not valid. For example,--cleanup --cleanup-from "Nobody <[email protected]>" --cleanup-date "Sat, 22 Apr 2006 11:28:00 +0000"
GYB 1.54
GYB 1.53
GYB 1.52
GYB 1.50
GYB 1.42
GYB 1.41
GYB 1.40
--action restore-group
will now detect whether the local folder is a GYB backup or contains MBOX files and migrate them accordingly.- New arguments
--extra-reserved-labels
and--extra-system-labels
allow specifying labels GYB should treat as system or reserved to avoid errors. - fixes to
--action create-project
to clarify steps.