我正在使用 Java Mail API 发送电子邮件。所以我从用户那里收到电子邮件和密码,我只想在他们输入密码时检查密码,但我没有任何想法来验证 Java Mail API 中的密码。任何人都可以帮忙吗?
问题2:
protected PasswordAuthentication getPasswordAuthentication()
{
return new PasswordAuthentication("xxx@gmail.com","*");
}
以上方法有什么用
我正在使用 Java Mail API 发送电子邮件。所以我从用户那里收到电子邮件和密码,我只想在他们输入密码时检查密码,但我没有任何想法来验证 Java Mail API 中的密码。任何人都可以帮忙吗?
问题2:
protected PasswordAuthentication getPasswordAuthentication()
{
return new PasswordAuthentication("xxx@gmail.com","*");
}
以上方法有什么用