Skip to content

Instantly share code, notes, and snippets.

@nzakas
Created April 7, 2011 05:12
Show Gist options
  • Save nzakas/907077 to your computer and use it in GitHub Desktop.
Save nzakas/907077 to your computer and use it in GitHub Desktop.
You can download your Google Apps email from a shell script
#Download your Google Apps-hosted email
wget --secure-protocol=TLSv1 --no-check-certificate --user=you@yourdomain.com --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