curl -u username --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if /You will be prompted for a password before the informations are gathered. Please notice that you need to change username to your Gmail user name before executing./; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'
No comments:
Post a Comment