<=>

<=>(other) Instance Public methods Layers additional behavior on DateTime#<=> so that Time and ActiveSupport::TimeWithZone instances can be compared with a DateTime.

gemfile

gemfile() Instance Public methods

itemLeave

itemLeave(c) Instance Public methods

item_isopen

item_isopen(item) Instance Public methods Also aliased as: item_is_open, item_isopen?, item_is_open?, item_isopened?, item_is_opened?

column_cget_tkstring

column_cget_tkstring(tagOrId, option) Instance Public methods Alias for: columncget_tkstring

package_version

package_version() Class Public methods

childNodes

childNodes() Instance Public methods IXMLDOMNodeList childNodes the collection of the node's children

setacl

setacl(mailbox, user, rights) Instance Public methods Sends the SETACL command along with mailbox, user and the rights that user is to have on that mailbox. If rights is nil, then that user will be stripped of any rights to that mailbox. The IMAP ACL commands are described in [RFC-2086].

decode_utf7

decode_utf7(s) Class Public methods 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 utf7.

default

default(value = nil) Class Public methods Sets the defaults through app configuration: config.action_mailer.default { from: "no-reply@example.org" } Aliased by ::default_options= default_options=