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

moveMessages() produces an IMAP error #54

Open
matadan opened this issue Feb 18, 2017 · 1 comment
Open

moveMessages() produces an IMAP error #54

matadan opened this issue Feb 18, 2017 · 1 comment
Labels

Comments

@matadan
Copy link

matadan commented Feb 18, 2017

I am trying to move a message from the INBOX into another folder but I get this error:

7 BAD Unrecognized UID subcommand

@matadan matadan changed the title move produce an IMAP error move produces an IMAP error Feb 18, 2017
@matadan matadan changed the title move produces an IMAP error moveMessages() produces an IMAP error Feb 18, 2017
@klefevre klefevre added the bug label Feb 20, 2017
@brian-schick
Copy link

We're encountering this error as well. I've confirmed that both toFolder and fromFolder exist and are populated, that the wrapping moveMessages(fromFolder: toFolder: uids:) gets the message uid's, and that the error is thrown from the C mailimap_uidplus_uid_move(…) method. The returned error is simply "unknown". Disturbingly, we've found that replacing a valid fromFolder name with a bogus one makes absolutely no difference, and all wrapping assert() checks behave identically.

Is there any info on how to resolve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants