method

examine

v1_8_7_330 - Show latest stable - Class: Net::IMAP
examine(mailbox)
public

Sends a EXAMINE command to select a mailbox so that messages in the mailbox can be accessed. Behaves the same as #select(), except that the selected mailbox is identified as read-only.

A Net::IMAP::NoResponseError is raised if the mailbox does not exist or is for some reason non-examinable.