<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Email on vxlabs</title>
		<link>https://vxlabs.com/tags/email/</link>
		<description>Recent content in Email on vxlabs</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Thu, 24 Oct 2024 08:01:57 +0200</lastBuildDate>
		
			<atom:link href="https://vxlabs.com/tags/email/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>OpenPGP WKD for easy PGP key discovery</title>
				<link>https://vxlabs.com/2024/10/24/openpgp-wkd-for-easy-pgp-key-discovery/</link>
				<pubDate>Thu, 24 Oct 2024 08:01:57 +0200</pubDate>
				<guid>https://vxlabs.com/2024/10/24/openpgp-wkd-for-easy-pgp-key-discovery/</guid>
				<description>&lt;p&gt;Web Key Directory (WKD) &amp;ldquo;is a standard for discovery of OpenPGP keys by email address, via the domain of its email provider&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;In short, through some DNS and files-on-your-webserver conventions, some email clients (e.g. Thunderbird or ProtonMail) and tools like GnuPG are able to retrieve your PGP keys automatically. This is of course super convenient and desirable for your correspondents, because PGP encryption is hard enough as it is.&lt;/p&gt;&#xA;&lt;p&gt;OpenPGP makes this even better by offering &amp;ldquo;WKD as a service&amp;rdquo;, which means you only have to do the DNS bits, and not the files-on-your-webserver bits.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure Thunderbird 128 e2e encryption with GnuPG</title>
				<link>https://vxlabs.com/2024/08/09/configure-thunderbird-128-e2e-encryption-with-gnupg/</link>
				<pubDate>Fri, 09 Aug 2024 13:55:52 +0200</pubDate>
				<guid>https://vxlabs.com/2024/08/09/configure-thunderbird-128-e2e-encryption-with-gnupg/</guid>
				<description>&lt;p&gt;It took me longer than I would have liked to setup the latest Thunderbird 128 (Supernova!) to use my &lt;a href=&#34;https://cpbotha.net/2016/12/11/pgp-never-gonna-give-you-up/&#34;&gt;existing&#xA;GnuPG-based encryption setup&lt;/a&gt;, for a large part because TB&#xA;defaults to its own more straight-forward built-in defaults for key management, and so I&amp;rsquo;m going to publish the recipe&#xA;here to save you some time, hopefully.&lt;/p&gt;&#xA;&lt;p&gt;All the details, at various levels of obviousness, can be found on &lt;a href=&#34;https://wiki.mozilla.org/Thunderbird:OpenPGP:Smartcards#Allow_the_use_of_external_GnuPG&#34;&gt;this Mozilla wiki page&lt;/a&gt;, but here I&amp;rsquo;m going to make the whole sequence more obvious.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Open message:// links with mu4e or fastmail</title>
				<link>https://vxlabs.com/2023/08/08/open-message/-links-with-mu4e-or-fastmail/</link>
				<pubDate>Tue, 08 Aug 2023 12:15:00 +0200</pubDate>
				<guid>https://vxlabs.com/2023/08/08/open-message/-links-with-mu4e-or-fastmail/</guid>
				<description>&lt;p&gt;This is a small variation of the &lt;a href=&#34;https://vxlabs.com/2019/04/20/link-thunderbird-emails-from-emacs-orgmode/&#34;&gt;2019 post on linking to emails from Org mode&#xA;using Thunderbird&lt;/a&gt;, where instead we show how to open the &lt;code&gt;message://&lt;/code&gt; links&#xA;with &lt;code&gt;mu4e&lt;/code&gt; if active, or the &lt;a href=&#34;https://www.fastmail.com/&#34;&gt;fastmail&lt;/a&gt; web-app if it is not.&lt;/p&gt;&#xA;&lt;p&gt;You might remember that &lt;code&gt;message://msg-id-here&lt;/code&gt; links represent one of the better&#xA;ways to link to emails from &lt;a href=&#34;https://cpbotha.net/2023/04/11/note-taking-strategy-2023/&#34;&gt;your PKM systems&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;code&#34;&gt;Code&lt;/h2&gt;&#xA;&lt;p&gt;Below is the code. Let me know in the comments if you have any questions.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Improve the plaintext email experience through format=flowed with long lines.</title>
				<link>https://vxlabs.com/2019/08/25/format-flowed-with-long-lines/</link>
				<pubDate>Sun, 25 Aug 2019 19:20:00 +0200</pubDate>
				<guid>https://vxlabs.com/2019/08/25/format-flowed-with-long-lines/</guid>
				<description>&lt;h1 id=&#34;tldr&#34;&gt;TL;DR.&lt;/h1&gt;&#xA;&lt;p&gt;In this post, I propose bending the &lt;a href=&#34;https://tools.ietf.org/html/rfc3676&#34;&gt;&lt;code&gt;format=flowed&lt;/code&gt;&#xA;RFC&lt;/a&gt; by allowing lines up to the SMTP&#xA;limit of 998 characters, in order to improve the plaintext reading experience&#xA;for users of non-compliant email clients and services, such as GMail, FastMail,&#xA;Outlook and others.&lt;/p&gt;&#xA;&lt;h1 id=&#34;background&#34;&gt;Background.&lt;/h1&gt;&#xA;&lt;p&gt;The &lt;code&gt;format=flowed&lt;/code&gt; plaintext email convention described in&#xA;&lt;a href=&#34;https://tools.ietf.org/html/rfc3676&#34;&gt;RFC3676&lt;/a&gt; is an elegant method whereby&#xA;plaintext emails can be prepared in such a way so that they are wrapped&#xA;correctly on older email clients, but they can also be reflowed by modern&#xA;clients supporting that part of the standard.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Link directly to emails from Emacs Orgmode using Thunderbird and Thunderlink</title>
				<link>https://vxlabs.com/2019/04/20/link-thunderbird-emails-from-emacs-orgmode/</link>
				<pubDate>Sat, 20 Apr 2019 21:40:00 +0200</pubDate>
				<guid>https://vxlabs.com/2019/04/20/link-thunderbird-emails-from-emacs-orgmode/</guid>
				<description>&lt;p&gt;On macOS, links of the form &lt;code&gt;message://message-id&lt;/code&gt; are by default supported by&#xA;the system.&lt;/p&gt;&#xA;&lt;p&gt;Using a tool such as&#xA;&lt;a href=&#34;https://orgmode.org/worg/org-contrib/org-mac-link.html&#34;&gt;org-mac-link&lt;/a&gt;, it is&#xA;straight-forward to link directly to relevant emails from Orgmode tasks and&#xA;notes.&lt;/p&gt;&#xA;&lt;p&gt;It does not matter if you have moved the mail around. When you open the link&#xA;from &lt;a href=&#34;https://orgmode.org/&#34;&gt;Orgmode&lt;/a&gt;, the relevant email is instantly shown in&#xA;Mac mail.&lt;/p&gt;&#xA;&lt;p&gt;Fortunately, similar functionality can be configured on Windows and Linux using&#xA;&lt;a href=&#34;https://www.thunderbird.net/&#34;&gt;the Thunderbird mail client&lt;/a&gt;, an add-on called&#xA;ThunderLink, and a touch of Emacs Lisp.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
