Skip to main content

mime_parse_large_messages_during_reception

Last updated March 2020

Name

mime_parse_large_messages_during_reception — configure whether large messages are parsed upon reception or just in time.

Synopsis

mime_parse_large_messages_during_reception = true

Description

This option sets or unsets the message mime parse state on a message generated with the builder API.

Warning

Setting this value to "false" may result in blocking the scheduler thread. The default value for this option is true.

Scope

mime_parse_large_messages_during_reception is valid in the global scope.

Was this page helpful?