# File lib/net/imap.rb, line 377
def
login
(
user
,
password
)
send_command
(
"LOGIN"
,
user
,
password
)
end