From b6897d1837a3d63acfa8a7b926d84ebd4e02bad0 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Wed, 1 Nov 2023 18:52:51 +0100 Subject: [PATCH] add note about adns library --- develop.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/develop.txt b/develop.txt index 4f3af79..c8f546e 100644 --- a/develop.txt +++ b/develop.txt @@ -1,6 +1,6 @@ This file has notes useful for mox developers. -# Code style & guidelines +# Code style, guidelines, notes - Keep the same style as existing code. - For Windows: use package "path/filepath" when dealing with files/directories. @@ -8,6 +8,8 @@ This file has notes useful for mox developers. but use proper filepath functions when parameters are passed and in non-test code. Mailbox names always use forward slash, so use package "path" for mailbox name/path manipulation. Do not remove/rename files that are still open. +- Not all code uses adns, the DNSSEC-aware resolver. Such as code that makes + http requests, like mtasts and autotls/autocert. # TLS certificates