Roundcube Community Forum

Release Support => Pending Issues => Topic started by: daniel.torido on October 21, 2011, 07:01:32 AM

Title: Problem sending mail with flash file
Post by: daniel.torido on October 21, 2011, 07:01:32 AM
Hello,

I'm trying to send an email attaching a flash file (option embedded media). Enter the file path and it is loaded normally. But when sending the mail, the message is delivered empty.

In the source code of the message shows the attached file. See below:

--=_fe9adb18a6397f3b91d641ea85f9b528
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8




3D"100" height=3D"100" data=3D"http://www.****=
=2E
br/email/email.swf" type=3D"application/x-shockwave-flash">
3D"src" value=3D"http://www.****.com.br/email/email.sw=
f" />


--

3D"http://www.****.com.br/images/assinaturas/****.jpg"=
 alt=3D""
/>





But the message arrives blank.

Can you help? Thanks!
Title: Problem sending mail with flash file
Post by: daniel.torido on October 24, 2011, 10:44:32 AM
I noticed that when sending the message, the roundCube change the source code of the message. In the posted the source code, there are characters that, if removed them, solve the issue.

I marked them in bold.

Below, the original message (that works)




data="http://www.****.com.br/email/email.swf"




-





Anybody can you help me?

Thanks.

Title: Problem sending mail with flash file
Post by: twisterbr on October 25, 2011, 12:01:41 PM
I've tested with 0.5 and 0.6 and got the same problem..

The message I receive from roundcube+flash comes just like daniel.torido described, with the weird 3D characteres. If I create a new message with my mail client by just copying the code from the message and removing the weird characters highlighted by daniel.torido, and send the message, it comes right, with the flash animation in it!

Any ideas folks??