Results for: "remove_const"

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

Similar to copy(), but set contains unique identifiers.

Leaves IDLE.

Decode a string from modified UTF-7 format to UTF-8.

UTF-7 is a 7-bit encoding of Unicode [UTF7]. IMAP uses a slightly modified version of this to encode mailbox names containing non-ASCII characters; see [IMAP] section 5.1.3.

Net::IMAP does not automatically encode and decode mailbox names to and from UTF-7.

Encode a string from UTF-8 format to modified UTF-7.

No documentation available
No documentation available
No documentation available

Opens a POP3 session, attempts authentication, and quits.

This method raises POPAuthenticationError if authentication fails.

Example: normal POP3

Net::POP3.auth_only('pop.example.com', 110,
                    'YourAccount', 'YourPassword')

Example: APOP

Net::POP3.auth_only('pop.example.com', 110,
                    'YourAccount', 'YourPassword', true)

Starts a pop3 session, attempts authentication, and quits. This method must not be called while POP3 session is opened. This method raises POPAuthenticationError if authentication fails.

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

true if this object uses STARTTLS.

true if this object uses STARTTLS when server advertises STARTTLS.

Enables SMTP/TLS (STARTTLS) for this object. context is a OpenSSL::SSL::SSLContext object.

Disables SMTP/TLS (STARTTLS) for this object. Must be called before the connection is established to have any effect.

No documentation available
No documentation available
No documentation available

Validates typecode v, returns true or false.

Private setter for the typecode v.

See also URI::FTP.typecode=.

Iterates over each option, passing the option to the block.

No documentation available
Search took: 4ms  ·  Total Results: 4175