Can I access Gmail mail through POP3 and oauth2 in Java applications?

I'm developing a Java application and I need to access Gmail mail So far, I can use OAuth mechanism to connect to Gmail IMAP server Now, I want to use OAuth mechanism to connect to Gmail POP3 server However, the Google developer documentation does not contain any information about POP3 using OAuth So my question is:

Does POP3 support access to messages with OAuth mechanism?

If so, where are the files?

Solution

It is not supported

For example: https://javaee.github.io/javamail/OAuth2 As described in

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>