optional size in bytes, if message is larger than this treshold it gets cached to disk (assuming cacheDir is set and writable). Defaults to 131072 (128 kB).
optional algorithm for the body hash, defaults to ‘sha256’
an optional colon separated list of header keys to sign (eg. message-id:date:from:to...')
is an optional array of key objects (domainName, keySelector, privateKey) if you want to add more than one signature to the message. If this value is set then the default key values are ignored
optional colon separated list of header keys not to sign. This is useful if you want to sign all the relevant keys but your provider changes some values, ie Message-ID and Date. In this case you should use 'message-id:date' to prevent signing these values.
Generated using TypeDoc
optional location for cached messages. If not set then caching is not used.