create(mailbox) -> Net::IMAP::TaggedResponse
[permalink][rdoc][edit]-
CREATE コマンドを送り、新しいメールボックスを作ります。
- [PARAM] mailbox:
- 新しいメールボックスの名前(文字列)
- [EXCEPTION] Net::IMAP::NoResponseError:
- 指定した名前のメールボックスが作れなかった場合に発生します
create(mailbox) -> Net::IMAP::TaggedResponse
[permalink][rdoc][edit]CREATE コマンドを送り、新しいメールボックスを作ります。