mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.17k stars 382 forks source link

I get a error:Invalid credentials #826

Closed AnsonCode closed 3 years ago

AnsonCode commented 4 years ago

Error: Invalid credentials (Failure) at Connection._resTagged (D:\01-program\wechaty\node_modules_imap@0.8.19@imap\lib\Connection.js:1502:11) at Parser. (D:\01-program\wechaty\node_modules_imap@0.8.19@imap\lib\Connection.js:194:10) at Parser.emit (events.js:311:20) at Parser._resTagged (D:\01-program\wechaty\node_modules_imap@0.8.19@imap\lib\Parser.js:175:10) at Parser._parse (D:\01-program\wechaty\node_modules_imap@0.8.19@imap\lib\Parser.js:139:16) at Parser._tryread (D:\01-program\wechaty\node_modules_imap@0.8.19@imap\lib\Parser.js:82:15) at TLSSocket.Parser._cbReadable (D:\01-program\wechaty\nodemodules_imap@0.8.19@imap\lib\Parser.js:53:12) at TLSSocket.emit (events.js:311:20) at emitReadable (_stream_readable.js:562:12) at processTicksAndRejections (internal/process/task_queues.js:83:21) { type: 'no', textCode: 'AUTHENTICATIONFAILED', source: 'authentication' }

mscdex commented 4 years ago

The error is pretty self-explanatory. The credentials you supplied were not accepted by the server.

fanguangjian commented 3 years ago

Change the email account access.