mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 10:34:40 +03:00
add pedantic mode (used by localserve) that refuses some behaviour that is invalid according to specifications and that we normally accept for compatibility
This commit is contained in:
4
moxvar/pedantic.go
Normal file
4
moxvar/pedantic.go
Normal file
@ -0,0 +1,4 @@
|
||||
package moxvar
|
||||
|
||||
// Pendantic mode, in moxvar to prevent cyclic imports.
|
||||
var Pedantic bool
|
Reference in New Issue
Block a user