http://www.perlmonks.org?node_id=373067


in reply to Gmail

This is some very nice work. A few notes:

Again, nice work!

--rjray

Replies are listed 'Best First'.
Re^2: gmail
by mincus (Chaplain) on Jul 09, 2004 at 11:00 UTC
    I have a unhealthy liking for tabs that I suppose releasing code publically should break me of.

    In the new version,
  • I have replaced all tabs with 4 spaces
  • Fixed all documentation that called the module gmail instead of Gmail (or even Mail::Webmail::Gmail)
  • Data will now be returned unencoded.

    Thanks for all of your pointers! Its things like this that often get over-looked. Hopefully I will get the new version up sometime today.

      Hmmm... have you seen WWW::Gmail? I just saw it in the daily mailing from use.perl. I'm not sure I'd put a Gmail module in the WWW namespace; the service may in fact be web-based, but they've gone to some effort in their interface to abstract that. I think Mail::Gmail would ultimately be a better place...

      --rjray

        Wonder why he decided to release that.