Rene
2012-01-04 08:44:26 UTC
With VM 8.2.0b I recently ran into the following problem when
forwarding a mail and attaching a file.
The indications I get when composing the message are alright:
1. vm-forward-message [ATTACHMENT forwarded message, message/rfc822]
2. vm-attach-files-in-directory [ATTACHMENT foo.doc, application/msword]
But actually what is being sent is:
,----
| Content-Type: message/rfc822
| Content-Description: forwarded message
| Content-Transfer-Encoding: 7bit
`----
which is ok for the forwarded message part.
On the other hand, here is what is sent for the attached file:
,----
| Content-Type: message/rfc822
| Content-Disposition: attachment;
| filename="foo.doc"
| Content-Transfer-Encoding: base64
`----
which is not exactly what you'd expect.
--
Rene
forwarding a mail and attaching a file.
The indications I get when composing the message are alright:
1. vm-forward-message [ATTACHMENT forwarded message, message/rfc822]
2. vm-attach-files-in-directory [ATTACHMENT foo.doc, application/msword]
But actually what is being sent is:
,----
| Content-Type: message/rfc822
| Content-Description: forwarded message
| Content-Transfer-Encoding: 7bit
`----
which is ok for the forwarded message part.
On the other hand, here is what is sent for the attached file:
,----
| Content-Type: message/rfc822
| Content-Disposition: attachment;
| filename="foo.doc"
| Content-Transfer-Encoding: base64
`----
which is not exactly what you'd expect.
--
Rene