Philippe Lieser

Results 97 comments of Philippe Lieser

The next Botan release will include a `botan-config.cmake` that should make CMake integration easier (https://github.com/randombit/botan/pull/3722). Some small documentation was added for it in https://github.com/randombit/botan/pull/3826. I also updated the CMake information...

Do we intend to track here also the adding of an alternative (e.g. GitHub code scanning), or can this be closed?

@marcbradshaw Thanks a lot for your example headers. Note that I have found an issue in it. The value for `policy.authority-uri` contains characters that are not allowed in a simple...

Small update, I have locally some rudimentary BIMI support that simply looks for an ARH result of `bimi=pass` with `policy.authority=pass` and then reads and shows the icon in the `BIMI-Indicator`...

> Well, what should/would happen in scenarios with limited/no internet connection? Note that the add-on will not fetch anything from the internet here. The icon is base64 encoded inside the...

I just added support for BIMI to the add-on. Note that the add-on doesn't do any BIMI verification itself, but relies on the email provider to do it and store...

> Am I doing something wrong? No you are not, you are just encountering a bad GUI 😅. I will try to look into it before the next release, and...

I'm currently trying out switching to the [Tabulator](https://tabulator.info) library for rendering the tables. I'm not 100% happy with it, but it has a few advantages like being able to select...

With the switch to the [Tabulator](https://tabulator.info/) library for rendering the tables most improvements should be done. Further improvements will be separately tracked if requested.

I have a first working draft for this. Please let me know if anyone is interested in trying it out and giving early feedback on it. Both about what additional...