Removed sender from mime helper

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2023-06-07 19:22:21 +02:00
parent e1873b9391
commit 3283f9a3b8

View File

@ -2,7 +2,7 @@
class Piler_Mime_Decode {
const HEADER_FIELDS = ['from', 'sender', 'to', 'cc', 'subject', 'date'];
const HEADER_FIELDS = ['from', 'to', 'cc', 'subject', 'date'];
public static function normalize_message($message) {