From: "gsinclair@..." Date: 2005-09-10T18:16:31+09:00 Subject: Re: gmailer 0.0.9 Looks excellent, and Austin's kudos for it gave me an idea of what to do with it. However, browsing the documentation, I couldn't help thinking that a Message object is in order. i.e. instead of g.report_spam(msgid) you'd have g.msg(msgid).report_spam etc. (There are heaps of GMailer methods that take a msgid argument). Also, instead of returning hashes from various methods (preferences, for example), a "real" object would be nice. i.e. "pref.display_language" instead of "pref['display_language']". Please take these as suggestion to think about, not a complaint that they haven't been implemented. Like I say, I'm looking forward to using it. Cheers, Gavin