Hello,
at one of my customers, I observe a problem and I need to cover some basics. Hopefully someone can help.
The questions:
Is there some documentation/redbooks/whitepapers/blogs about how Notes treats MIME and Conversion? (did not find anything helpful)
When exactly is mime content of a rich text field supposed to be (permanently) converted to notes rich text?
Obviously the mime content of a document is converted to rich text, when opened for editing and then reconverted back to mime, when saved. (this behaviour seems to be controllable with the session property "convertmime=true/false"). Is there some local temporary data stored on disk that may be intercepted by security software?
In which way are are mimeparts and the respective "$file" items linked together? Can this link break somehow so that the $file items are considere obsolete and therefore discarded?
The problem:
There is a custom Notes application - lets call it mailpool - which receives E-Mails and starts a workflow on them. When those E-Mails are from outside (SMTP -> MIME) they loose content as soon as they are being saved with edits.
MIME content of type binary (e.g. inline images) or with content disposition attachment is saved in a NotesItem called "$file". Those items just disappear, when I open the e-mail, set it in edit mode and save it afterwards. There is no change to the body (, there have only some items been added to the document.
Further info:
Notes 9.0.1 FP10 SHF315
Windows 10 1909/Server 2016
Mail body item is of type rich text, the property "save content as HTML" is NOT checked.
Session-Property "convertmime" is default (true), but it also happens with "false"
This happens for two years now, but until 2 weeks ago it was intermittently maybe once a month. Now I can reproduce it.
I know, that is a lot to read. Thanks to anyone who does. And the more for any helpful thought.
/Manuel