GithubHelp home page GithubHelp logo

PERMANENTFLAGS issue about node-imap HOT 6 CLOSED

mscdex avatar mscdex commented on July 17, 2024
PERMANENTFLAGS issue

from node-imap.

Comments (6)

yatla avatar yatla commented on July 17, 2024

Note that the asterisks were removed from the regex above

from node-imap.

mscdex avatar mscdex commented on July 17, 2024

This should already be fixed in master.

from node-imap.

mscdex avatar mscdex commented on July 17, 2024

Hrm.... what server is this and when do you receive the server response you've shown?

from node-imap.

yatla avatar yatla commented on July 17, 2024

This is a Dovecot v1.2.15 on Ubuntu 11.04. I see this response if I telnet in to IMAP and select a mailbox. With the current master the PERMANENTFLAGS array is empty when I open a mailbox, with the modified regex, it returns the list of flags that I see from telnet.

from node-imap.

mscdex avatar mscdex commented on July 17, 2024

The regex shouldn't need to be changed, since responses are broken up into three tokens and the third token in this case should only contain "[PERMANENTFLAGS ...]" and optionally some text after that before the CRLF.

With your modified regex, can you please do a console.log(data[2]); right inside the if-statement for the permanent flags so we can see what the third token actually contains?

from node-imap.

yatla avatar yatla commented on July 17, 2024

You are correct. data[2] is '[PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft *)] Flags permitted.'
I must have updated the global vs local version and then tested the wrong version with the new master. properly testing with the current master now returns the correct flags. Thanks.

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.