mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
13 lines
618 B
Plaintext
13 lines
618 B
Plaintext
# To estimate the number and the size of all mails on youremail@gmail.com
|
|
gyb --email youremail@gmail.com --action estimate
|
|
|
|
# To backup from youremail@gmail.com to your local-folder
|
|
gyb --email youremail@gmail.com --action backup --local-folder "~/MyLocalFolder/"
|
|
|
|
# To backup from youremail@gmail.com only important or starred emails to the
|
|
# default local folder GYB-GMail-Backup-youremail@gmail.com
|
|
gyb --email youremail@gmail.com --search "is:important OR is:starred"
|
|
|
|
# To restore from your local-folder to youremail@gmail.com
|
|
gyb --email youremail@gmail.com --action restore --local-folder "~/MyLocalFolder/"
|