<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 1 Mar 2019, at 1:35, Aslak Raanes wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">On 21 Feb 2019, at 15:35, Benny Kjær Nielsen wrote:</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<p dir="auto">I still haven't integrated MailMate with images from Contacts, but I realized that it was fairly easy to use the <a href="https://www.gravatar.com" style="color:#999">Gravatar</a> service.</p>
</blockquote>

<p dir="auto">One alternative could be use <a href="https://www.libravatar.org/" style="color:#777">Libravatar</a> and its <a href="https://wiki.libravatar.org/api/" style="color:#777">federated api</a> which makes it possible to run your own avatar server.</p>
</blockquote>

<p dir="auto">I didn't know that one. It does work:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">        {
            formatString = "<img style=\"float: left; height: 60px;\" src=\"https://seccdn.libravatar.org/avatar/${from.address.#md5}\"/>";
        },
</code></pre>

<p dir="auto">(But it appears to be slower which emphasizes that MailMate does not cache these images.)</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Since MailMate doesn't support the federated api (yet) one could use Apache installed on macOS to redirect or reverse proxy to different avatar servers.</p>
</blockquote>

<p dir="auto">Thanks for sharing. That is definitely taking the hack to new heights :)</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>