Skip to content

Commit c0a65fb

Browse files
committed
1 parent 0424e4b commit c0a65fb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

MAG-1.1.1.patch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
--- /dev/null
22
+++ ../library/Zend/Mime.php
33
@@ -38,7 +38,7 @@
4-
const ENCODING_BASE64 = 'base64';
5-
const DISPOSITION_ATTACHMENT = 'attachment';
6-
const DISPOSITION_INLINE = 'inline';
7-
- const LINELENGTH = 72;
8-
+ const LINELENGTH = 200;
9-
const LINEEND = "\n";
10-
const MULTIPART_ALTERNATIVE = 'multipart/alternative';
11-
const MULTIPART_MIXED = 'multipart/mixed';
4+
public const ENCODING_BASE64 = 'base64';
5+
public const DISPOSITION_ATTACHMENT = 'attachment';
6+
public const DISPOSITION_INLINE = 'inline';
7+
- public const LINELENGTH = 72;
8+
+ public const LINELENGTH = 200;
9+
public const LINEEND = "\n";
10+
public const MULTIPART_ALTERNATIVE = 'multipart/alternative';
11+
public const MULTIPART_MIXED = 'multipart/mixed';

MAG-1.9.3.0.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@@ -2422,5 +2424,31 @@
1515
}
1616

17-
return implode($decoded);
17+
return implode('', $decoded);
1818
+ }
1919
+
2020
+ /**

0 commit comments

Comments
 (0)