|
本帖最后由 Qter 于 2020-8-12 18:42 编辑
前提能连接上,再做登录验证
2020-08-12 10:06:14.993000 UTC - [(null) 22052: IMAP]: I/IMAP 000002CAE7AD6000:imap.gmail.com:NArocessCurrentURL: entering
2020-08-12 10:06:21.181000 UTC - [(null) 22052: IMAP]: I/IMAP 000002CAE7AD6000:imap.gmail.com:NArocessCurrentURL:imap://hechengjin2014%40gmail%2Ecom@imap.gmail.com:993/verifyLogon: = currentUrl
2020-08-12 10:06:24.529000 UTC - [(null) 22052: IMAP]: D/IMAP ReadNextLine [rv=0x0 stream=000002CAD22E8550 nb=67 needmore=0]
2020-08-12 10:06:24.529000 UTC - [(null) 22052: IMAP]: I/IMAP 000002CAE7AD6000:imap.gmail.com:NA:CreateNewLineFromSocket: * OK Gimap ready for requests from 47.90.79.232 d10mb337698407jah
2020-08-12 10:06:24.529000 UTC - [(null) 22052: IMAP]: D/IMAP SetConnectionStatus(0x0)
2020-08-12 10:06:24.529000 UTC - [(null) 22052: IMAP]: D/IMAP SetConnectionStatus(0x0)
2020-08-12 10:06:24.531000 UTC - [(null) 22052: IMAP]: I/IMAP 000002CAE7AD6000:imap.gmail.com:NA:SendData: 1 capability
2020-08-12 10:06:24.717000 UTC - [(null) 22052: IMAP]: D/IMAP ReadNextLine [rv=0x0 stream=000002CAD22E8550 nb=173 needmore=0]
2020-08-12 10:06:24.717000 UTC - [(null) 22052: IMAP]: I/IMAP 000002CAE7AD6000:imap.gmail.com:NA:CreateNewLineFromSocket: * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 XYZZY SASL-IR AUTH=XOAUTH2 AUTH=PLAIN AUTH=PLAIN-CLIENTTOKEN AUTH=OAUTHBEARER AUTH=XOAUTH
2020-08-12 10:06:24.717000 UTC - [(null) 22052: IMAP]: D/IMAP SetConnectionStatus(0x0)
2020-08-12 10:06:24.719000 UTC - [(null) 22052: IMAP]: D/IMAP ReadNextLine [rv=0x0 stream=000002CAD22E8550 nb=45 needmore=0]
2020-08-12 10:06:24.719000 UTC - [(null) 22052: IMAP]: I/IMAP 000002CAE7AD6000:imap.gmail.com:NA:CreateNewLineFromSocket: 1 OK Thats all she wrote! d10mb337698407jah
2020-08-12 10:06:24.719000 UTC - [(null) 22052: IMAP]: D/IMAP SetConnectionStatus(0x0)
2020-08-12 10:06:24.719000 UTC - [(null) 22052: IMAP]: D/IMAP Try to log in
- rv = AuthLogin(userName.get(), password, m_currentAuthMethod);
复制代码 2020-08-12 10:08:04.155000 UTC - [(null) 22052: IMAP]: D/IMAP IMAP auth: server caps 0xc080c1625, pref 0x800000000, failed 0x0, avail caps 0x800000000
2020-08-12 10:08:04.155000 UTC - [(null) 22052: IMAP]: D/IMAP (GSSAPI = 0x1000000, CRAM = 0x20000, NTLM = 0x100000, MSN = 0x200000, PLAIN = 0x1000, LOGIN = 0x2, old-style IMAP login = 0x4, auth external IMAP login = 0x20000000, OAUTH2 = 0x800000000)
2020-08-12 10:08:04.155000 UTC - [(null) 22052: IMAP]: D/IMAP Trying auth method 0x800000000
2020-08-12 10:10:55.025000 UTC - [(null) 22052: IMAP]: D/IMAP IMAP: trying auth method 0x800000000
2020-08-12 10:10:55.025000 UTC - [(null) 22052: IMAP]: D/IMAP XOAUTH2 auth
- mOAuth2Support->GetXOAuth2String(base64Str); 打开授权页面
复制代码
|
|