-
Notifications
You must be signed in to change notification settings - Fork 153
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
Gmail DeleteMessage and GetMessages setseen #86
Comments
Yea you're right, the logic for the setseen flag was inverted... |
Is it possible to have this merged? I stumbled upon the same issue and fixed it in the same way, it is just a one-liner fix. If the problem is that the pull request is of considerable size and Andy didn't have time yet to review it as a whole I can submit a new pull request containing just that fix. |
@filpen, please do. Thanks! |
@andyedinborough that was quick, thanks ;) |
;] I'm trying to get better. |
I could have sworn this issue was resolved a long time ago actually... |
There appears to be an issue with the delete method for Gmail. The delete command removes the message from the inbox, but does not mark it as seen. By running two separate commands with \Seen and \Delete it looks like it does the trick.
Logic is inverted for setseen when calling GetMessages. Passing false will mark the message as seen while passing true will not.
The text was updated successfully, but these errors were encountered: