You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make the behaviour of FETCH the same than cyrus.
ie :
- fetch with an empty response should return a NO response.
- fetch with a partial response should return the existing messages
add integration tests demonstrating those behaviours.
The text was updated successfully, but these errors were encountered:
When adding the support of James on the integration testing
of the gatling-imap project, we discovered some discrepancies between
the behavior of James and Cyrus on IMAP fetch. When doing a fetch with some non existing messages
Cyrus will do a best effort and return the existing messages whereas James will return a BAD response.
And in case of a fetch on an empty mailbox Cyrus will return a NO response where James will return a BAD one.
More details here :
linagora/gatling-imap#37
DOD
ie :
- fetch with an empty response should return a NO response.
- fetch with a partial response should return the existing messages
The text was updated successfully, but these errors were encountered: