Parent

Class/Module Index [+]

Quicksearch

Mail::IMAP

Public Class Methods

get_messages(&block) click to toggle source
# File lib/mail/network/retriever_methods/imap.rb, line 13
def IMAP.get_messages(&block)
  # To be implemented
end
new(values) click to toggle source
# File lib/mail/network/retriever_methods/imap.rb, line 4
def initialize(values)
  self.settings = { :address              => "localhost",
                    :port                 => 110,
                    :user_name            => nil,
                    :password             => nil,
                    :authentication       => nil,
                    :enable_ssl           => false }.merge!(values)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.