Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flags are returned with leading backslash but are set without? #186

Closed
mikemee opened this issue Mar 19, 2013 · 3 comments
Closed

Flags are returned with leading backslash but are set without? #186

mikemee opened this issue Mar 19, 2013 · 3 comments

Comments

@mikemee
Copy link
Contributor

mikemee commented Mar 19, 2013

When I get flags from a fetch, they come back as:

flags:["\\Seen"]

However when using append and passing flags, they have to be sent as:

flags:["Seen"]

Will you accept a pull request that allows append to accept the same options.flags as retrieved from fetch? (Most likely by checking each flag for a leading backslash and not adding it if its not already there).

@mscdex
Copy link
Owner

mscdex commented Apr 11, 2013

I would probably accept something like that.

@mscdex
Copy link
Owner

mscdex commented Jun 29, 2013

Since the rewrite in master, I'm leaning more towards keeping the backslash everywhere.

@chirag04
Copy link

chirag04 commented Oct 4, 2013

@mscdex close?

@mscdex mscdex closed this as completed Oct 4, 2013
finian pushed a commit to finian/node-imap that referenced this issue Nov 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants