作者 邓超

x

@@ -104,9 +104,7 @@ class Body { @@ -104,9 +104,7 @@ class Body {
104 $bodyMiaoSuText = [ 104 $bodyMiaoSuText = [
105 "This is a multi-part message in MIME format.", 105 "This is a multi-part message in MIME format.",
106 "This is a multipart 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  
109 -properly handle MIME multipart messages.", 107 + "This is a MIME message. If you are reading this text, you may want to\r\nconsider changing to a mail reader or gateway that understands how to\r\nproperly handle MIME multipart messages.",
110 // 'This is a MIME message.' 108 // 'This is a MIME message.'
111 ]; 109 ];
112 110
@@ -118,6 +116,7 @@ properly handle MIME multipart messages.", @@ -118,6 +116,7 @@ properly handle MIME multipart messages.",
118 } 116 }
119 } 117 }
120 118
  119 +
121 return $body; 120 return $body;
122 121
123 } 122 }