getacl

getacl(mailbox) Instance Public methods Send the GETACL command along with specified mailbox. If this mailbox exists, an array containing objects of Net::IMAP::MailboxACLItem will be returned.

delete_source

delete_source(*wins) Class Public methods

indent

indent(content, multiplier = 2) Instance Protected methods

capability

capability() Instance Public methods Sends a CAPABILITY command, and returns an array of capabilities that the server supports. Each capability is a string. See [IMAP] for a list of possible capabilities. Note that the Net::IMAP class does not modify its behaviour according to the capabilities of the server; it is up to the user of the class to ensure that a certain capability is supported by a server before using it.

chdir

Dir.chdir( [ string] ) â 0Dir.chdir( [ string] ) {| path | block } â anObject Class Public methods Changes the current working directory of the process to the given string. When called without an argument, changes the directory to the value of the environment variable HOME, or LOGDIR. SystemCallError (probably Errno::ENOENT) if the target directory does not exist. If a block is given, it is passed the name of the new current directory, and the block is executed with that as the c

to_key

to_key() Instance Public methods Returns this record's primary key value wrapped in an Array if one is available.

unsubscribe

unsubscribe(args) Class Public methods

to_i

to_i Instance Public methods Returns the integer memory location of this pointer.

marshal_load

marshal_load(array) Instance Public methods De-serializes this Section. The section parent must be restored manually.

type_cast

type_cast(value) Instance Public methods