Its a relatively simple exercise to parse the output of: curl -u username:password https://gmail.google.com/gmail/feed/atom
and get the subject lines etc. well it is if you know how to work with xml, which I really don't to any great degree. try it on the command line, it is pretty nifty. perhaps an exercise for the list, write a script to get your gmail atom feed and display a nicely formatted list of the emails. 3 lines or less? perl one liner? On Mon, 15 Nov 2004 12:27:03 +1300 Chris Darby <[EMAIL PROTECTED]> wrote: > On Mon, 2004-11-15 at 12:18 +1300, Nick Rout wrote: > > will straw connect to your gmail account and get new subject lines? > > Perhaps not quite what you're after, but I really love the GMail > Notifier extension for Firefox: > > http://www.nexgenmedia.net/extensions/ > > It's convenient, and out of the way. While it won't give you subject > lines, it'll tell you the number of new messages you have and your inbox > is one click away. > > Chris -- Nick Rout <[EMAIL PROTECTED]>
