Max Mazurov

Results 268 comments of Max Mazurov

@Hexawolf ща своруем, вроде тривиально всё

I will take care of it. Finally found some time to contribute!

https://github.com/telegramdesktop/tdesktop/commit/ff53404d5bd1926d0ceca7f74c5aa47604d939aa adds `caption_length_max` which is required for changes from https://github.com/telegramdesktop/tdesktop/commit/c5d20a21f7decd8a9acd928cd7276f70869fc239.

Pushed not-working-code (it doesn't compiles) to https://github.com/foxcpp/kepka/tree/issue-188. But first we need to get layer 82 into kepka.

>[crypto storage module](https://github.com/foxcpp/maddy/commit/13f0b5736a96f61a0f7d748079b5f9045d8e40b7), a wrapper that transparently adds encryption support to any other storage blob module Note that while it protects full message contents, storage.imapsql saves a lot of metadata...

I will go over these in detail this weekend and see how (if) these can integrated into core.

``` Content-Type: text/html; charset=utf8 ``` There is no empty line separating message header and body, hence maddy fails to parse it. Currently such messages cannot be stored or processed by...

Note the src_ip in maddy log being 10.244.206.187. That's probably the internal network's address of your Haraka server. maddy is trying to match that against sender.tld SPF record which fails....

For Go, there is https://github.com/awnumar/memguard.

LONGTEXT seems to be a remmant of MySQL compatibility in go-imap-sql.