X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/5ee42efa88f0f1be5111fd6f48e5c698187c3cab..698bc17e3b9a01fa531a21e0cf02bf2a39bfce59:/olden-mail.gmi diff --git a/olden-mail.gmi b/olden-mail.gmi index 667603a..de8ce25 100644 --- a/olden-mail.gmi +++ b/olden-mail.gmi @@ -57,6 +57,15 @@ no options. * `REMOTE_SMTP_PORT` u16, the port to which the server will forward the SMTP messages. Defaults to 465. * `REMOTE_SMTP_HOST` String, the host to which the server will for SMTP messages. Required. +## Middleware + +Olden mail comes with middleware that transforms messages before they're sent to the client or server: + +- Converts IMAPv3 FIND MAILBOX commands to IMAPv4 LIST commands. + +Whenever a command is modified you can see the actual sent text prefixed with `###` in the debug logs. + ## Changelog +* 1.1.0 Adds middleware to support IMAPv3 FIND MAILBOX * 1.0.0 Initial Release