However, it doesn’t mention attachments. How does discourse import deal with attachments?
I am importing mbx files from Eudora. In those files the attachments are referenced with text such as, Attachment Converted: “C:\Data\Email\Attachments\Imagination Mode 3.gif”.
Eudora is able to recognise those attachments, even if they are in a different configured folder.
If I were you, I would try to migrate your mbx files from eudora to thunderbird mbox files. Thunderbird keeps the attachments in the mbox which is what the importer looks for.
Thanks. Following your suggestion I am using Aid4Mail to convert from Eudora mbx’s to standard mbox files. It includes the attachments inline. They import successfully into Thunderbird, though I don’t need them for that.
Importing into Discourse I use the regex ^From .*@.* [0-9]{4} to find the email delimiter of this sort of form, From xxx@yyy.EDU Mon Oct 18 14:49:04 1999.
The attachments display now in the Discourse posts.