Email client fails to save or send email if a certain size is exceededDescriptionWhen sending a very large email from the email client, the following errors appear in the localhost log and the email is not saved or sent:WARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.sys_idWARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.body.sys_meta.internal_typeWARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.body.getED().getInternalType() == 'string'WARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.reply_to.getDisplayValue()WARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.recipients.getDisplayValue()WARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.copied.getDisplayValue()WARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.blind_copied.getDisplayValue()WARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.subject.getDisplayValue()WARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.sys_idWARNING *** WARNING *** Evaluator: org.mozilla.javascript.EcmaError: "sys_email" is not defined.Caused by error in <refname> at line 1==> 1: sys_email.body.getDisplayValue() Steps to Reproduce Log in to a base system instance.Navigate to Incident > Open.Open any incident record.Check for the email client on the record.If the email client is not visible: Navigate to System Definition > Dictionary.In the Table column, find Incident (Type = Collection).In the Attributes section or tab, add the attribute email_client=true. Click the email client icon.Enter a valid recipient email address.Paste in the content of the attached Change content.rtf file.Try sending the message. Note that the email is not sent.WorkaroundThis is expected behavior and cannot be changed in any current or future release. The email client is not intended for large email messages and is limited to 1Mb by default. The general limit on a POST submission is 2Mb. When a large file is pasted into the email client and then combined with other system-generated data in the POST, the volume of data exceeds the amount the system is able to receive. There is a related issue where unsaved comments and work notes are placed into the URL. For more information, see KB0598961: Email client quick message from incident form fails to open when long text is present in work notes or additional comments fields.Related Problem: PRB619995