GithubHelp home page GithubHelp logo

Comments (5)

mscdex avatar mscdex commented on July 17, 2024

Set the 'debug' property of the settings object to console.error when you create an instance of ImapConnection like so:

    var imap = new ImapConnection({
      username: '[email protected]',
      password: 'mygmailpassword',
      host: 'imap.gmail.com',
      port: 993,
      secure: true,
      debug: console.error
    });

That will display debug info needed to pin down the actual cause. Be sure to strip out credentials and the like when posting this debug output to a gist.

Thanks.

from node-imap.

stromgren avatar stromgren commented on July 17, 2024

This is the last debug rows before the error appears:

<<RECEIVED>>: 'A7 OK SEARCH completed.\r\n'

<<SENT>>: A8 UID FETCH 1,2,3,4,5,6,7……9631 (FLAGS INTERNALDATE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (FROM TO SUBJECT DATE)])

<<RECEIVED>>: 'A8 BAD Command Error. 10\r\n* BYE Connection closed.'

Note that i have removed many UID:s. There area thousands of mails in the folder.

The login debug looks like this:

Connected to host.
<<RECEIVED>>: '* OK The Microsoft Exchange IMAP4 service is ready.\r\n'
<<SENT>>: A1 CAPABILITY
<<RECEIVED>>: '* CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE NAMESPACE LITERAL+\r\nA1 OK CAPABILITY completed.\r\n'
<<RECEIVED>>: 'A1 OK CAPABILITY completed.\r\n'
<<SENT>>: A2 LOGIN "username" "password"
<<RECEIVED>>: 'A2 OK LOGIN completed.\r\n'
<<SENT>>: A3 CAPABILITY
<<RECEIVED>>: '* CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE NAMESPACE LITERAL+\r\nA3 OK CAPABILITY completed.\r\n'
<<RECEIVED>>: 'A3 OK CAPABILITY completed.\r\n'
<<SENT>>: A4 NAMESPACE
<<RECEIVED>>: '* NAMESPACE (("" "/")) NIL NIL\r\nA4 OK NAMESPACE completed.\r\n'
<<RECEIVED>>: 'A4 OK NAMESPACE completed.\r\n'
<<SENT>>: A5 LIST "" ""
<<RECEIVED>>: '* LIST (\\Noselect \\HasChildren) "/" ""\r\nA5 OK LIST completed.\r\n'
<<RECEIVED>>: 'A5 OK LIST completed.\r\n'

from node-imap.

mscdex avatar mscdex commented on July 17, 2024

Hrmm. I'm curious, if you fetch a fewer number of messages at once (say as little as 10) do you still get the same error?

Also, do other IMAP clients (e.g. PHP/Ruby/Python/Perl's IMAP client, Thunderbird, etc) not encounter this error when performing the same actions?

from node-imap.

stromgren avatar stromgren commented on July 17, 2024

If I fetch SEEN SINCE yesterday, it seems to work.

from node-imap.

mscdex avatar mscdex commented on July 17, 2024

There's not much on the internet about this error, however the one result I did find where this error was occurring was with a different IMAP client where they were trying to work with 8000 or so messages. That's what leads me to believe it may be some kind of server-side buffering issue or setting where it can't respond with that many messages for one request.

I'm marking this as closed now as it seems to be an issue with the server's IMAP implementation that I cannot do anything about.

from node-imap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.