adb014
adb014
I'd love to be able to include my write ups as hints, and this would need two things to work - That a hint can be deactivated to make it...
The patch ``` --- static/js/main.js.orig 2024-03-11 17:12:37.270301908 +0000 +++ static/js/main.js 2024-03-11 18:31:04.497099056 +0000 @@ -325,7 +325,7 @@ function log_status(text, to_populate) { console.log(text); - status.html(text.split('\n').join('')); + status.html(text.replace(/&/, '&').replace(//g, '>').replace(/"/g, '"').replace(/'/g, ''').split('\n').join(''));...
Is this conversion to MBOX, EML or PST ? I'm not seeing this error. Could you give more details of your setup D.
Could you save one of the converted messages as a MSG file from outlook and sent it to me, so I can you at the metadata in the file. I...
@pandreas21 Could you save one of the affected messages as an MSG and upload the file so I can try to debug the issue D.
You shouldn't need to install Winpython. The error abour MMCreateConvControls being missing implies that you nnotes.dll file is missing this function. If you have visual Studio installed the command dumpbin...
Yes please, If you can tell me which DLL has this function I can get NSF2X to work for your case D.
This is a new one. I use Py2Exe to convert the python code to an executable. Effectively the directory you are seeing is where I built the code, but Py2Exe...
Is your version of outlook really 64bit, while Lotus is 32bit ? Can you disable le "helper function" in the options of NSF2X ? Is this after the conversion of...
The function IConverterSession:MIMEToMAPI in microsofts MAPI API doesn't seem to be working. This is exactly the problem I have been seeing with O365, though you don't appear to be using...