HTTP methods the Mailcow API's CORS handling will allow. functions.inc.php's cors('edit', ...) validates allowed_methods against exactly these four -- there is no PATCH or OPTIONS.
functions.inc.php
cors('edit', ...)
allowed_methods
HTTP methods the Mailcow API's CORS handling will allow.
functions.inc.php'scors('edit', ...)validatesallowed_methodsagainst exactly these four -- there is no PATCH or OPTIONS.