From: Craig Jolicoeur Date: 2007-01-06T04:31:45+09:00 Subject: GMailer won't connect I'm trying to integrate the GMailer libray into my rails project but I'm having problems even making a selection. using foo = GMailer.connect("cpjolicoeur", "mypassword") I get the following error. RuntimeError: Not connected, verify the credentials. from ./script/../config/../config/../lib/gmailer.rb:123:in `initialize' from ./script/../config/../config/../lib/gmailer.rb:1767:in `new' from ./script/../config/../config/../lib/gmailer.rb:1767:in `connect' from (irb):2 has GMail changed their protocol or am I doing something incorrect? -- Posted via http://www.ruby-forum.com/.