Enable UTF8 encoding to/from as well in messages

This commit is contained in:
Deon George
2021-12-01 22:45:51 +11:00
parent f1780e61ea
commit 3a1c6d55c6
6 changed files with 51 additions and 33 deletions

View File

@@ -24,6 +24,8 @@ final class Echomail extends Model implements Packet
protected $casts = [ 'kludges' => 'json' ];
private const cast_utf8 = [
'to',
'from',
'subject',
'msg',
'origin',