= private = protected
check()
Sends a CHECK command to request a checkpoint of the currently selected mailbox. This performs implementation-specific housekeeping, for instance, reconciling the mailbox’s in-memory and on-disk state.
# File lib/net/imap.rb, line 691 def check send_command("CHECK") end