imaptest
imaptest copied to clipboard
IMAP server tester
https://github.com/dovecot/imaptest/blob/main/src/tests/esearch.mbox These emails have no headers, not even a date header. Any particular reason? [RFC 5322 clearly states that](https://datatracker.ietf.org/doc/html/rfc5322#section-3.6): > The only required header fields are the origination date field...
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.1 to 1.1.4. Release notes Sourced from vitepress's releases. v1.1.4 Please refer to CHANGELOG.md for details. v1.1.3 Please refer to CHANGELOG.md for details. v1.1.1 Please refer to...
IMAP4rev2 removes RECENT. Would be nice to be able to disable RECENT checks in imaptest, to have passing tests on IMAP4rev2 servers.
imap_status_interval is defined as a client parameter, but it is not used.
imaptest can crash if ran without mail session timeout, because LOGOUT timestamp is set to -1 in user_fill_timestamps and not set to anything else later on. ``` # gdb --args...
When running imaptest, it can do LMTP testing by submitting mails over LMTP. It would be a useful feature to be able to do the same over submission port, this...
Hello, during tests (with your provided dovecot-crlf file) i can see many "ERROR:" logs but i cannot understand the sense of these errors. Examples are: Error: test5@badger****[352785]: uid=43545 1086092134.29926.26.camel@hurina: RFC822.SIZE...
Hi, When running with "checkpoint=1", and "secs=n", I'm seeing this panic (output below) consistently for any value of `n`: it will run happily for _n_ seconds, then panic. I'm using...
These following tests have expectations nowhere defined in RFCs: [Test copy command 17/24 (line 32)](https://github.com/dovecot/imaptest/blob/main/src/tests/copy#L33) - This tests expect that UIDs assigned in the destination mailbox will be exactly in-order...