Property list

The following properties provide ways to enable receiving messages and define messages as "forward" and "reply".

To get a list of available system properties, please navigate to System Properties → All Properties.

Property nameTypeDefault valueDescriptionExample

simple.email.forward_subject_prefix

Stringfw:,fwd:

Incoming email is identified as "forward" if the Subject field starts with one of the prefixes defined with this property.

Prefix values are case-insensitive and should be separated by a comma.

If this property value contains only spaces or separators or even not defined, then the default value fw: is applied.

fw:,fwd:

simple.email.read.active

BooleantrueEmail receiving enabled.true

simple.email.reply_subject_prefix

String

re:,aw:,r:,Accepted:,Tentative:,Declined:

Incoming email is identified as "reply" if the Subject field starts with one of the prefixes defined with this property.

Prefix values are case-insensitive and should be separated by a comma.

If this property value contains only spaces or separators or even not defined, then the default value re: is applied.

re:,aw:,r:,Accepted:,Tentative:,Declined:

/


  • No labels