Results for: "partition"

No documentation available

Adds a response handler. For example, to detect when the server sends a new EXISTS response (which normally indicates new messages being added to the mailbox), add the following handler after selecting the mailbox:

imap.add_response_handler { |resp|
  if resp.kind_of?(Net::IMAP::UntaggedResponse) and resp.name == "EXISTS"
    puts "Mailbox now has #{resp.data} messages"
  end
}

Removes the response handler.

No documentation available

The default port for POP3 connections, port 110

The default port for POP3S connections, port 995

The default SMTPS port number, 465.

No documentation available
No documentation available

true if server advertises AUTH PLAIN. You cannot get valid value before opening SMTP session.

true if server advertises AUTH LOGIN. You cannot get valid value before opening SMTP session.

Returns supported authentication methods on this server. You cannot get valid value before opening SMTP session.

No documentation available

CRAM-MD5: [RFC2195]

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

A private helper method

No documentation available
No documentation available
No documentation available
Search took: 3ms  ·  Total Results: 2899