Created
April 7, 2011 05:12
-
-
Save nzakas/907077 to your computer and use it in GitHub Desktop.
You can download your Google Apps email from a shell script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Download your Google Apps-hosted email | |
wget --secure-protocol=TLSv1 --no-check-certificate [email protected] --password=your_password https://mail.google.com/a/yourdomain.com/feed/atom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment