# File lib/net/imap.rb, line 447
def
subscribe
(
mailbox
)
send_command
(
"SUBSCRIBE"
,
mailbox
)
end