Park Heesob wrote: > GMailer is a class for interface to Google's webmail service. > > It can fetch mails, save attachements, get cotact lists, invite someone > or send message with file attachments. You can make GMail as an online > backup system or as a virtual filesystem with this library. > > Now usage is very simple and compact like this: > > GMailer.connect(name,pwd) do |g| > #fetch > g.fetch(:label=>"my_label") {|snapshot| > puts "Total # of conversations of my_label = " + > snapshot.box_total.to_s > } > Very, very nice. Do you have an example of reading an actual mail message? Once I have a snapshot, how I get to individual mail? Thanks, James -- http://www.ruby-doc.org - The Ruby Documentation Site http://www.rubyxml.com - News, Articles, and Listings for Ruby & XML http://www.rubystuff.com - The Ruby Store for Ruby Stuff http://www.jamesbritt.com - Playing with Better Toys