ts-mailcow-api
    Preparing search index...

    Type Alias UppercaseResponseEncoding

    UppercaseResponseEncoding:
        | "ASCII"
        | "ANSI"
        | "BINARY"
        | "BASE64"
        | "BASE64URL"
        | "HEX"
        | "LATIN1"
        | "UCS-2"
        | "UCS2"
        | "UTF-8"
        | "UTF8"
        | "UTF16LE"