-
-
Notifications
You must be signed in to change notification settings - Fork 173
move method is moving the wrong message #105
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
Comments
Hi @EthraZa , You can switch to UID by setting I highly recommend to do so :) Best regards, |
How on earth did I miss that? Gonna check it. |
Well, that's historic - If I change it now, it might break other peoples code... so I've never changed it... You don't happen to have any good update strategy? Best regards, |
If it can break other people code it's not good to change. |
Hi @EthraZa, Thanks for raising the issue! Best regards, |
Uh oh!
There was an error while loading. Please reload this page.
Why:
At least in Gmail, for some reason I was unable to pinpoint yet, PHP-IMAP is using MID (message number/ID) instead of UID (Unique ID). So, when we move the msg ID 1 the second message becomes the 1, so it fails to move ID 2 because it does not exist anymore.
Question:
Am I missing some setup to get it using UID instead of MID?
The text was updated successfully, but these errors were encountered: