2

我使用 Oauth 2.0 实现了一个在开发模式下运行良好的 IMAP gmail 客户端。我可以连接到 IMAP、搜索电子邮件、插入标签……但是当我部署我的应用程序时,这里会出现错误:

IMAPStore store = OAuth2Authenticator.connectToImap("imap.gmail.com", 993, "user@email.com", oauth, true);

错误:

空的用户名或密码。f5if721432qez.143

我使用与 Google 示例相同的代码:http ://code.google.com/p/google-mail-oauth2-tools/wiki/JavaSampleCode

必须在生产中配置其他东西吗?

4

0 回答 0