move(set, mailbox) -> Net::IMAP::TaggedResponse
[permalink][rdoc][edit]-
MOVEコマンドを送り、set で指定したメッセージを mailbox の末尾に移動させます。
set はmessage sequence number(整数)、 message sequence numberの配列、もしくは Range で指定します。
コピー元のメールボックスは Net::IMAP#examine もしくは Net::IMAP#select で指定したものを用います。
- [PARAM] set:
- 移動するメッセージの message sequence number(整数、整数の配列、整数の Range)
- [PARAM] mailbox:
- 移動先のメールボックス(文字列)
[SEE_ALSO] Net::IMAP#uid_move, [RFC6851]