Michael M Slusarz
Michael M Slusarz
A bit of background (if you are wondering why I've suddenly shown up and made a bunch of pull requests :) ): I'm a dev on the Horde project. We...
Use-case: we have a centralized "core" documentation repository that is used by several projects. Certain pages should be hidden for each of those projects. Vitepress's _srcExclude_ config item allows us...
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...
Add new command line option "debug=filter" to imaptest. Implement event based logging to imaptest. If no filter is specified, it should turn on event logging for imaptest root event, otherwise...
imaptest is compiled against libdovecot, but it's not yet using connection.c for connections. Convert imaptest to use this. Benefits: Connection.c handles several connection handling issues better than the old self-made...
TODO: Move the session ID generation to core "imaptest's IMAP sessions could be sending a generated session-id with ID command to Dovecot. It could then include that session-id in all...