Displaying 1 result from an estimated 1 matches for "0b3bdf2d".
2005 Sep 14
2
NO: Unsupported authentication mechanism
I'm happily using dovecot as my IMAP server and accessing mails using
Thunderbird... but I want to use the Net::IMAP facilities in the Ruby
standard library to write some scripts to automate various spam-related
tasks & housekeeping.
My Ruby script:
require "net/imap"
imap = Net::IMAP.new('localhost')