-
Notifications
You must be signed in to change notification settings - Fork 309
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
Run ImapTest #243
Comments
Tried to run imaptest stress testing against maddy. Command:
Mentioned mbox file is here: http://www.dovecot.org/tmp/dovecot-crlf. Outputer after running is two seconds: imaptest_stress.log (look for "Error:" lines) Looks like there is some issue that makes responses get intermixed with literals in responses.
|
Need to check against RFC if this is a valid syntax.
|
Relevant ABNF from RFC 3501.
Turns out |
See emersion#243 (comment). ABNF: store-att-flags = (["+" / "-"] "FLAGS" [".SILENT"]) SP (flag-list / (flag *(SP flag)))
See #243 (comment). ABNF: store-att-flags = (["+" / "-"] "FLAGS" [".SILENT"]) SP (flag-list / (flag *(SP flag)))
Adding to the v2 milestone. There is number of issues detected by imaptest that could be resolved only using breaking changes (see #323). |
https://github.com/dovecot/imaptest
The text was updated successfully, but these errors were encountered: