<!DOCTYPE html>
<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">I’ve seen some earlier messages about grabbing Gravatars, etc. and I have implemented that from a GitHub: <a href="https://github.com/prenagha/mailmate-resources" style="color:#3983C4">https://github.com/prenagha/mailmate-resources</a>. That works pretty well and makes it easy to see at a glance who is on the email.</p>

<p dir="auto">This is <strong>way</strong> out of my depth and I am a new Mailmate user, but I thought I would offer this all the same in case it might be helpful:</p>

<p dir="auto"><a href="https://developer.apple.com/documentation/contacts/cncontact" style="color:#3983C4">https://developer.apple.com/documentation/contacts/cncontact</a></p>

<p dir="auto">Getting Contact Images</p>

<p dir="auto">var imageData: Data?            The profile picture of a contact.<br>
var thumbnailImageData: Data?    The thumbnail version of the contact’s profile picture.<br>
var imageDataAvailable: Bool    A Boolean indicating whether a contact has a profile picture.</p>

<p dir="auto">I have noticed that with other Mac software that includes contact avatars they are getting those from my contacts. I suspect this is how they are doing that.</p>

<p dir="auto">Lastly - I just have to say - Mailmate is AMAZING! I have already cleared out my inbox to <em>almost</em> zero already. The power is stunning.</p>
</div>
</div>
</body>
</html>