joplin / plugin-email

This plugin adds the ability to fetch email messages and converts them to Joplin notes in various formats, either by monitoring any new or unread messages from a specific email address or a specific mailbox, or by uploading downloaded email messages to the plugin without having to be logged in.
29 stars 4 forks source link

eml upload: No sender information in note #15

Open charraeus opened 1 year ago

charraeus commented 1 year ago

Hi again,

in the generated note the e-mail sender is missing. It would be great if this could be added in the generated note. In the upload preview the sender information is shown. I've attached 2 screenshots.

Possible solution which also would make the note look more "mail-ish" ;-)

Just add a block with some e-mail-metadata before the message body, e.g.

---
From: Margret Ludwig <name1.name2@sender-domain.de>
To: Beirat hausverwaltung <name@recipient-domain.de>
Subject: Protokoll der letzten Sitzung
Date: 17. November 2022 um 16:40:21 MEZ
---

... here comes the message body, attachments, etc. ...

Maybe this could be activated/deactivated in the plugin preferences. Just some thoughts...

Best regards from Putzbrunn, Germany, Christian

Bildschirmfoto 2022-11-18 um 21 31 51 Bildschirmfoto 2022-11-18 um 21 03 52
bishoy-magdy commented 1 year ago

Welcome again😊 Sounds good; thanks for suggesting this feature. It appears to be an important feature in some emails.

so I will add this feature soon. Thanks again.