Allow for origin/tagline/tearline can have UTF8 chars, show # messages in packets

This commit is contained in:
Deon George
2021-09-12 23:06:17 +10:00
parent 5e8b590f17
commit 79e613a811
7 changed files with 19 additions and 5 deletions

View File

@@ -20,6 +20,9 @@ final class Netmail extends Model implements Packet
private const cast_utf8 = [
'subject',
'msg',
'origin',
'tearline',
'tagline',
];
protected $dates = ['datetime','sent_at'];