sismics / docs

Lightweight document management system packed with all the features you can expect from big expensive solutions
https://teedy.io
GNU General Public License v2.0
1.98k stars 489 forks source link

EML import munges mail body, HTML body lost #711

Open madduck opened 1 year ago

madduck commented 1 year ago

When an EML file is imported, the entire mail body gets squashed into the content metadata field, making it accessible to full-text search, and that's great.

Wouldn't it make more sense to (a) keep line breaks and thus maintain the overall structure of the email body, and even (b) import any text/html alternative part as a separate file, possibly even displaying that in the UI instead of the plain-text version?