# File email/lib/symbiosis/domain/mailbox.rb, line 374 def login(pw) # # Do the password check. # return domain.check_password(pw, self.password) end