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

vmime::net::imap::IMAPFolder::getMessageCount() doesn't update its value once IMAPFolder instance created #120

Open
cat-cat opened this issue Aug 26, 2015 · 0 comments

Comments

@cat-cat
Copy link

cat-cat commented Aug 26, 2015

vmime::net::imap::IMAPFolder::getMessageCount() doesn't update its return value once IMAPFolder instance created.

How to reproduce:

  1. Request IMAPFolder from IMAPStore, call getMessageCount(), remember return value
  2. Receive new letter (via web interface) in the folder for which you created IMAPFolder instance in step above.
  3. Call getMessageCount() on IMAPFolder instance created in step 1, check return value.

Expected result - return value from call to getMessageCount() in step 3 should be higher then return value from call in step 1.
Actual result - return value from call to getMessageCount() in step 3 is equal to return value from call in step 1.

Checked with Gmail account.

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

1 participant