GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/335
Bug: GUI does not report maxResult truncation correctly
Assume that config.maxResults == 5000.
If there are exactly 5000 mails, then the GUI reports:
"More than 5,000 emails found, truncating!"
This is because it checks for >= rather than >.
If maxResults is > 10000, then the GUI again reports truncation, but in
fact truncation does not occur because of issue #334.
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---