feat: show EML CC and BCC in mail detail page#111
feat: show EML CC and BCC in mail detail page#111Jnoack331 wants to merge 8 commits intoFriendsOfShopware:mainfrom
Conversation
|
When you need it only on the detail page, we should extract it from EML. or what do you think @tinect |
|
I agree with @shyim. Brief overview of the plan: HTML will be stripped and TO and subject might stay. for searchability. Detailed information will then be loaded from the eml file if requested on the detail page. Emails are stored securely in the private filesystem. Filesystem access issues are outside the scope of plugins and should be addressed separately. Thank you anyway, @Jnoack331 🤗 |
|
Hey @Jnoack331 would you like to start implementing loading the CC and BCC from the file? |
|
@tinect sure, i can take a look 👍 |
3b58fa0 to
bb7ba4e
Compare
|
Is it fine like this, or do you need any changes? |
This adds extra information to the detail page and would help if sending via the files somehow failes.