cancel
Showing results for 
Search instead for 
Did you mean: 

XI 3.0 SP16 MailAdapter, can I set the parameter MIME-Version

Former Member
0 Kudos

Hi,

im am sending eMails with attachments and a receiver needs the parameter MIME-Version set to correctly show the attachment, otherwise it will be inline. The parameters ContentDisposition and ContentType are set correctly and most of the people can open the eMail with the correct attachment.

Beste Regards

Juergen

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi,

this is correct, I just have testet it.

Thanks for the help.

Juergen

stefan_grube
Active Contributor
0 Kudos

Hi Juergen,

The MIME version is no available. Apply the latest patch:

AF = SP 16-3, AFC = SP 16-6

Regards

Stefan

Former Member
0 Kudos

Hi,

I have made an OSS call and SAP will bring this fuction with SP17!

Thanks

Juergen

stefan_grube
Active Contributor
0 Kudos

Hi Juergen,

This function is available since 4th of May for SP16. Check out this list:

https://websmp101.sap-ag.de/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=0120025231000...

So apply patch 16 level 6 for adapter framework core, that should help.

Regards

Stefan

Former Member
0 Kudos

Hi,

there are two products, the most important is from the vendor Tobit.

Regards

Juergen

Former Member
0 Kudos

Hi,

the behavior is that some special eMailclient in this case the attchment is not recognised as an attachment and the content is displayed inline!

Regards

Juergen

stefan_grube
Active Contributor
0 Kudos

Hi Jürgen,

Can you tell me which email client, or is this a secret?

Regards

Stefan

Former Member
0 Kudos

Hi,

if you have a look at any eMail you have received with an attachment you normally will see the header entry "MIME-Version = 1.0".

eMails with attachements created by the XI Mailadapter have no such header entry.

Regards

Juergen

stefan_grube
Active Contributor
0 Kudos

Hi Jürgen,

What is the impact of this behahior?

Regards

Stefan

Former Member
0 Kudos

Hi,

I have alredy set the parameters ContentDisposition and ContentType, the question is where I can set the mail header parameter MIME-Version.

Regards

Juergen

stefan_grube
Active Contributor
0 Kudos

Hi Juergen,

Could you explain, which MIME version you want to set?

How would be the impact on the mail?

Regards

Stefam

Former Member
0 Kudos

Hi Juergen,

Please do this...

In the Mail Receiver Channel got to tab "Module"

As first module (before the mail module) enter:

localejbs/AF_Modules/MessageTransformBean as Local Enterprise Bean with any key

For this module key you can use in the module configuration following entries:

Transform.ContentDisposition inline|attachment

Transform.ContentDescription <Filename>

Transform.ContentType <MimeType>/<SubType>

Say for example, ur scenario uses a text file..., give <mime type>/<sub type> as text/plain...

Hope this helps you!

cheers,

Prashanth