1# Implementation quirks23This page documents unusual behavior of the maddy protocols implementations.4Some of these problems break standards, some don't but still can hurt5interoperability.67## SMTP89- `for` field is never included in the `Received` header field.1011 This is allowed by [RFC 2821].1213## IMAP1415### `sql`1617- `\Recent` flag is not reset in all cases.1819 This _does not_ break [RFC 3501]. Clients relying on it will work (much) less20 efficiently.2122[RFC 2821]: https://tools.ietf.org/html/rfc282123[RFC 3501]: https://tools.ietf.org/html/rfc3501