Open eloydegen opened 8 months ago
Hello, thank you for the report.
It's interesting. I have no MS Outlook around me, could you provide pst file for testing purposes? Of course, without any sensitive information.
For now, you can try configure IMAP to connect to MS Outlook server and download attachments via IMAP (input.imap
section in configuration file). I haven't tried it though.
It's interesting. I have no MS Outlook around me, could you provide pst file for testing purposes? Of course, without any sensitive information.
I'll look into providing that!
I read about the IMAP option, but in my current situation it is not possible to do that, due to multi-factor authentication that uses a graphical interface with Oauth2. I'm not even sure if that is a feasible and good idea to implement on a server which essentially acts as an IMAP client. The pst file option is essentially a workaround :)
'Personal Storage Table' is a Microsoft-proprietary format, which is commonly used when exporting a mailbox from Microsoft Outlook. I used
readpst
frompst-utils
to extract the.xml.gz
files which could be imported here, but it would be nice if it was directly integrated here. Seems a Go implementation exists here, but I am not sure if it supports extracting the mail attachments to files in a directory: https://github.com/mooijtech/go-pstEdit: seems like it supports attachments!