Add the ability to extract URLs from Emails
Pramod J
In Kerlig 2.3.0, we can add emails as context to the LLMs via the Kerlig interface. This is neat, but I'm not sure it's reading the URLs from the emails. So, can you confirm if the email content is read as html/rich text, or just plaintext (in which case the URLs are obviously lost). Can you enhance this feature to include the URL links from the emails, so we could build useful workflows?
Jarek Ceborski
It reads plain text. It's possible to get HTML source, but the Mail app doesn't allow that for all emails in a conversation (full thread), only for emails you have selected (in list view), which are either only from the sender (when viewing the inbox) or only yours (when viewing the Sent folder). So, this is not enough to get a proper context of the conversation. So I prioritized getting plain text conversations over full HTML source of only one person in the conversation. Hope that this makes sense.