Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Bash by Andrzej ( 15 years ago )
#! /bin/bash
curl -u LOGIN:PASSWORD --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if /<name>/; print"$2\n" if /<(title|name)>(.*)<\/\1>/;'
Revise this Paste