C
Craig Jolicoeur
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?
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?