In the inputs.conf for the IMAP app Unix paths are used. Switching the / around fixed this issue for me on Windows.
changed
[script://./bin/getimap.py]
to
[script://.\bin\getimap.py]
Although in my splunkd.log I was seeing "incorrect patch to script" errors along with this. So perhaps a different issue.
... View more