mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
add note about adns library
This commit is contained in:
parent
e7699708ef
commit
b6897d1837
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
This file has notes useful for mox developers.
|
This file has notes useful for mox developers.
|
||||||
|
|
||||||
# Code style & guidelines
|
# Code style, guidelines, notes
|
||||||
|
|
||||||
- Keep the same style as existing code.
|
- Keep the same style as existing code.
|
||||||
- For Windows: use package "path/filepath" when dealing with files/directories.
|
- 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
|
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
|
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.
|
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
|
# TLS certificates
|
||||||
|
|
Loading…
Reference in a new issue