[Mailr] Can not login?!?

Luben Manolov lubo at manolov.org
Thu Dec 8 04:27:23 EST 2005


Hi Matt,

matt at techiesalumni.com wrote:
> I've tried installing on my server, as well as my Powerbook, but I can not
> seem to login into the app.  I've tried product versus development set
> ups.  It hangs on login, granted I am still testing with WebBrick.
> Mysql 4.1
> Rails 0.14.3 (?)
> Ruby 1.8.2
> 
> my site.rb
> module CDF
>    LOCALCONFIG = {
>      :mysql_version => '4.1',
>      :default_encoding => 'utf-8',
>      :imap_server => '209.98.117.18',
>      #:imap_auth => 'PLAIN',
>      :imap_use_ssl => 'TRUE',
>      :imap_port => '993',
>      #:debug_imap => 'TRUE'
>    }
> end

First of all I want to apologize to all because I have forgotten to
commit the "debug_imap" configuration option. It's now in the subversion
(revision 141).

Could you please update to revision 141? It will allow you to see the
exact IMAP commands sent to the server on the Webrick's console. Your
site.rb file should be:

module CDF
    LOCALCONFIG = {
      :mysql_version => '4.1',
      :default_encoding => 'utf-8',
      :imap_server => '209.98.117.18',
      #:imap_auth => 'PLAIN',
      :imap_use_ssl => true,
      :imap_port => '993',
      :debug_imap => true
    }
end

I guess that the problem is in the authentication method ( PLAIN or
LOGIN). What is your IMAP server?

Best regards,

Luben


More information about the Mailr-list mailing list