I am recieving a similar issue but with attachments, here is a sample email:
" boundary="=_8a9064ae071b694c4c26ec41b57b5026"
--=_8a9064ae071b694c4c26ec41b57b5026
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
-- do not edit --
Test,
A customer support staff member has replied to your support request,=20
#292959 with the following response:
test
We hope this response has sufficiently answered your questions. If not, ple=
ase do not send another email. Instead, reply to this email or login to you=
r account for a complete archive of all your support requests and responses=
.
http://support.test.com/view.php?e=test@test.com=(http://support.test.com/view.php?e=test@test.com=)
&t=3D292959
--=_8a9064ae071b694c4c26ec41b57b5026
Content-Transfer-Encoding: base64
Content-Type: image/jpeg;
name="file_logo.jpg";
Content-Disposition: attachment;
filename="file_logo.jpg";
/9j/4AAQSkZJRgABAgEBLAEsAAD/4RMZRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUA
AAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAcAAAAcgEyAAIAAAAUAAAAjodp
"
I applied the patch that I found here:
http://osticket.com/forums/project.php?issueid=154(http://osticket.com/forums/project.php?issueid=154)
but it still does not work correctly, although now it is less the "=" sign:
"boundary="=_68fd910157745d07698acb609991406f"
--=_68fd910157745d07698acb609991406f
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="utf-8"
-- do not edit --
Test,
A customer support staff member has replied to your support request,
#292959 with the following response:
test after patch
We hope this response has sufficiently answered your questions. If not, please do not send another email. Instead, reply to this email or login to your account for a complete archive of all your support requests and responses.
http://support.test.com/view.php?e=test@test.com&t=292959(http://support.test.com/view.php?e=test@test.com&t=292959)
--=_68fd910157745d07698acb609991406f
Content-Transfer-Encoding: base64
Content-Type: image/jpeg;
name="file_logo.jpg";
Content-Disposition: attachment;
filename="file_logo.jpg";
/9j/4AAQSkZJRgABAgEBLAEsAAD/4RMZRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUA"
All attachements are just sent as raw data with line breaks incorrectly inserted.... Suggestions?