Open candrews opened 3 years ago
There's a draft (https://datatracker.ietf.org/doc/draft-blank-ietf-bimi/) but I wouldn't call that a standard (yet).
Anyway, sounds like a good idea for a plugin.
For the record, rspamd release 3.2 added a preliminary version of its BIMI plugin. Links of potential interest in case a Roundcube plugin is going to make use of the associated headers and service/helper:
Google, Yahoo!, FastMail, and Pobox now supports BIMI; with other providers considering it.
Here is a PR for BIMI Support, refer to #8759, a tiny contribution from me.
I've submitted an MR that adds a bimi plugin: https://github.com/roundcube/roundcubemail/pull/8860
The plugin supports caching and does svg filtering. I'm eager to receive feedback and :crossed_fingers: get it merged :smile:
Hey champs, any update to this? :)
If someone can update the @candrews PR with latest BIMI draft version?
There is a @InputOutputZ PR too:
Thanks in advance.
https://blog.mxtoolbox.com/2019/07/03/bimi-record-what-is-it-how-does-it-add-to-dmarc/
It would be nice if roundcube displayed these images like this mockup shows:
In short, to get the bimi image, check for a TXT DNS record at. The contents of that record will look like this:
default._bimi.
v=BIMI1;l=https://www.integralblue.com/logo.svg
Thel
value is the URL of the image, which is always an SVG.