I’ve noticed in 5.8 the encoding handled differently to 5.6.
We currently have a 5.6 site that takes a multipart http message using the IB. This contains a pdf document.
in 5.6 we could just use getmsg to grab the message and ibmimecreate to grab the document and header information.
In 5.8 when this is attempted ibmimecreate will fail if the NetConfig encoding is set to binary.
If it is set to ASCII or UTF-8 then it grabs the document and saves it, but the encoding of the file is wrong, so it cannot be read.
has anyone else had issues with ibmimecreate and 5.8?
Otherwise does anyone know how to fix the enconding so that it goes back to the correct format?