51525354555657585960
} public void authenticate(String pass) throws UserException, FolderException { if (_user == null) throw new UserException("No user selected"); _user.authenticate(pass); _inbox = imapHostManager.getInbox(_user); }