Max Mazurov

Results 268 comments of Max Mazurov

Another consideration for v2 backend interface: Support for certain extensions may not be determined by simply type-asserting on a certain interface. This is what I workaround by adding `EnableChildrenExt` method...

Gonna add "help wanted" label in the hope somebody will add more ideas on what should be exposed as metrics.

Also I believe it could be useful to turn existing runtime/trace instrumentation into histograms, but there are many regions defined, that may turn it into a lot of histograms. Perhaps...

For reference: Both gmail.com and icloud.com do not have any DANE records set.

I am unable to identify the root cause of the issue. Just stress testing sending mail to two domains with DANE checking enabled is not revealing anything. I pushed c3987e3...

And added slightly more logging in 0000256 for it. This likely has some relation to resolver errors and this is why it is not always happening since most DNS errors...

After #146 changes, there is no way for the backend to signal AUTH being mandatory so its backend responsibility to verify whether AuthPlain was called.

Since we do not have #147 merged yet, I pushed an intermediate fix for the panic bug.

This will be a complicated problem because we just [got][pr17] our storage interfaces tied to IMAP. [go-imap-sql] is tied closely to IMAP too, so it basically can't be reworked for...

Existence of https://proxy.jmap.io/ hints that it is possible to map JMAP to IMAP. So, probably, it should not be hard to even create an interface adapter. Like, `jmap.NewIMAPAdapter(goImapBackend)` so clients...