Skip to content

Instantly share code, notes, and snippets.

@LogIN-
Created July 21, 2014 07:06
Show Gist options
  • Save LogIN-/7204e85fa5ebc85650c4 to your computer and use it in GitHub Desktop.
Save LogIN-/7204e85fa5ebc85650c4 to your computer and use it in GitHub Desktop.
#!/bin/bash
wget -q -O - https://mail.google.com/a/gmail.com/feed/atom --http-user=${1} --http-password="${2}" --no-check-certificate | grep -oP '(?<=<fullcount>).*?(?=</fullcount>)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment