--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Sends a RENAME command to change the name of the mailbox to newname. - !ruby/struct:SM::Flow::P body: A Net::IMAP::NoResponseError is raised if a mailbox with the name mailbox cannot be renamed to newname for whatever reason; for instance, because mailbox does not exist, or because there is already a mailbox with the name newname. full_name: Net::IMAP#rename is_singleton: false name: rename params: (mailbox, newname) visibility: public