dovecot / imaptest

IMAP server tester
Other
51 stars 21 forks source link

mailbox: Show malformed envelope on parsing error. #19

Closed InterLinked1 closed 1 year ago

InterLinked1 commented 1 year ago

If the tester detects the IMAP envelope is malformed, it indicates this, but unlike most other errors, it doesn't show the response that triggered the failure. The malformed envelope is now printed out for easier debugging.

sirainen commented 1 year ago

Thanks, merged.