version 1.9, 2008/11/26 18:54:53
|
version 1.10, 2011/07/04 18:32:49
|
Line 233 if (length($diffmsg) > 8000) {
|
Line 233 if (length($diffmsg) > 8000) {
|
"\n". |
"\n". |
"This is a MIME encoded message\n\n". |
"This is a MIME encoded message\n\n". |
"--$boundary\n". |
"--$boundary\n". |
"Content-Type: text/plain\n". |
'Content-Type: text/plain; charset="us-ascii"'."\n". |
"\n". |
"\n". |
$common_body. |
$common_body. |
"--$boundary\n". |
"--$boundary\n". |
"Content-Type: text/plain\n". |
'Content-Type: text/plain; charset="us-ascii"'."\n". |
"Content-Disposition: attachment; filename=\"$cvsuser-$now.txt\"\n". |
"Content-Disposition: attachment; filename=\"$cvsuser-$now.txt\"\n". |
"\n". |
"\n". |
"$diffmsg\n". |
"$diffmsg\n". |
"--$boundary--\n"; |
"--$boundary--\n"; |
} else { |
} else { |
$email = $common_header. |
$email = $common_header. |
|
'Content-Type: text/plain; charset="us-ascii"'."\n". |
"\n". |
"\n". |
$common_body. |
$common_body. |
"$diffmsg\n"; |
"$diffmsg\n"; |