Hi is it possible to use pop3 via access tokens?
Currently you can only log into an account with
Poco::Net::POP3ClientSession.login(emailAddress, password);
But i have an OAuth token from gmail and i want to use this token to access email account. Is this possible with Poco library? Thanks in adv





