Hi,
I'm working with an email account which was exported as mbox files from Outlook using the drag and drop method on a Mac. Files at first appeared to import into ePADD 7 fine, but it appears that all attachments are 0 length files. When I look at the mbox files in a text editor, I can see the attachment content in base64, with a header like:
--B36372211791183097107
Content-type: image/png; name="Melbourne roundtable - April 2019.png";
x-mac-creator="4F50494D";
x-mac-type="504E4766"
Content-ID:
Content-disposition: inline;
filename="Melbourne roundtable - April 2019.png"
Content-transfer-encoding: base64
In the reports, I can see some error messages like:
- Dirty message part, has conflicting message part headers.C:\Users\lglanville\new_acq\data\Pacific.mbox Message# 51
- Ignoring attachment for C:\Users\lglanville\new_acq\data\Pacific.mbox Message #51: java.lang.RuntimeException at edu.stanford.muse.util.Util.ASSERT(Util.java:97) at edu.stanford.muse.datacache.BlobStore.remove(BlobStore.java:453) at edu.stanford.muse.datacache.BlobStore.add(BlobStore.java:359) at edu.stanford.muse.email.EmailFetcherThread.handleAttachments(EmailFetcherThread.java:794) at edu.stanford.muse.email.EmailFetcherThread.processMessagePart(EmailFetcherThread.java:644) at edu.stanford.muse.email.EmailFetcherThread.processMessagePart(EmailFetcherThread.java:627) at edu.stanford.muse.email.EmailFetcherThread.fetchAndIndexMessages(EmailFetcherThread.java:1204) at edu.stanford.muse.email.EmailFetcherThread.run(EmailFetcherThread.java:1420) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Any idea what might be happening here?