[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

GMailer won't connect

Craig Jolicoeur

1/5/2007 7:32:00 PM

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-....