...
|
...
|
@@ -102,12 +102,12 @@ class Body { |
|
|
|
|
|
public function ltrimText($body){
|
|
|
$bodyMiaoSuText = [
|
|
|
'This is a multi-part message in MIME format.',
|
|
|
'This is a multipart message in MIME format.',
|
|
|
'This is a MIME message. If you are reading this text, you may want to
|
|
|
"This is a multi-part message in MIME format.",
|
|
|
"This is a multipart message in MIME format.",
|
|
|
"This is a MIME message. If you are reading this text, you may want to
|
|
|
consider changing to a mail reader or gateway that understands how to
|
|
|
properly handle MIME multipart messages.',
|
|
|
'This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands how to properly handle MIME multipart messages.'
|
|
|
properly handle MIME multipart messages.",
|
|
|
// 'This is a MIME message.'
|
|
|
];
|
|
|
|
|
|
foreach ($bodyMiaoSuText as $str){
|
...
|
...
|
|