unescape_element

unescape_element(str) Class Public methods Synonym for ::unescapeElement

close

close() Instance Public methods Sends a CLOSE command to close the currently selected mailbox. The CLOSE command permanently removes from the mailbox all messages that have the Deleted flag set.

def_to_utf_8_from_euc_jp

def_to_utf_8_from_euc_jp() Instance Public methods

current_entryconfiginfo

current_entryconfiginfo(index, key=nil) Instance Public methods

export

rsa.to_pem => PEM-format Stringrsa.to_pem(cipher, pass_phrase) => PEM-format String Instance Public methods Outputs this keypair in PEM encoding. If cipher and pass_phrase are given they will be used to encrypt the key. cipher must be an OpenSSL::Cipher::Cipher instance. to_pem to_s

to_feed

to_feed(feed, current) Instance Public methods

tag_raise

tag_raise(tag, target=None) Instance Public methods

prev_sibling

prev_sibling() Instance Public methods

xlist

xlist(refname, mailbox) Instance Public methods Sends a XLIST command, and returns a subset of names from the complete set of all names available to the client. refname provides a context (for instance, a base directory in a directory-based mailbox hierarchy). mailbox specifies a mailbox or (via wildcards) mailboxes under that context. Two wildcards may be used in mailbox: '*', which matches all characters including the hierarchy delimiter (for instance, '/' on a UNIX-hosted direc

symlink?

File.symlink?(file_name) â true or false Class Public methods Returns true if the named file is a symbolic link.