作者 邓超

x

@@ -102,12 +102,12 @@ class Body { @@ -102,12 +102,12 @@ class Body {
102 102
103 public function ltrimText($body){ 103 public function ltrimText($body){
104 $bodyMiaoSuText = [ 104 $bodyMiaoSuText = [
105 - 'This is a multi-part message in MIME format.',  
106 - 'This is a multipart message in MIME format.',  
107 - 'This is a MIME message. If you are reading this text, you may want to 105 + "This is a multi-part message in MIME format.",
  106 + "This is a multipart message in MIME format.",
  107 + "This is a MIME message. If you are reading this text, you may want to
108 consider changing to a mail reader or gateway that understands how to 108 consider changing to a mail reader or gateway that understands how to
109 -properly handle MIME multipart messages.',  
110 - '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.' 109 +properly handle MIME multipart messages.",
  110 +// 'This is a MIME message.'
111 ]; 111 ];
112 112
113 foreach ($bodyMiaoSuText as $str){ 113 foreach ($bodyMiaoSuText as $str){