terminate_interaction

terminate_interaction(status = 0) Instance Public methods Terminate the application with exit code status, running any exit handlers that might have been defined.

save_class

save_class(klass) Instance Public methods Writes the ri data for klass (or module)

sort

sort(sort_keys, search_keys, charset) Instance Public methods Sends a SORT command to sort messages in the mailbox. Returns an array of message sequence numbers. For example: p imap.sort(["FROM"], ["ALL"], "US-ASCII") #=> [1, 2, 3, 5, 6, 7, 8, 4, 9] p imap.sort(["DATE"], ["SUBJECT", "hello"], "US-ASCII") #=> [6, 7, 8, 1] See [SORT-THREAD-EXT] for more details.

chunked?

chunked?() Instance Public methods Returns âtrueâ if the âtransfer-encodingâ header is present and set to âchunkedâ. This is an HTTP/1.1 feature, allowing the the content to be sent in âchunksâ without at the outset stating the entire content length.

test_quote_string

test_quote_string() Instance Public methods

bitmapRow

bitmapRow(w,*args) Instance Public methods bitmapRow â Create a row of bitmap items in a window. Arguments: w - The parent window that is to contain the row. args - The names of one or more bitmaps, which will be displayed in a new row across the bottom of w along with their names.

package_name

package_name() Class Public methods

[]

[](key) Instance Public methods Returns the header field corresponding to the case-insensitive key. For example, a key of âContent-Typeâ might return âtext/htmlâ

package_name

package_name() Class Public methods

new

new(*args, &b) Class Public methods