-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to treat email attachments as separate items #2063
Comments
Hi @programmerq the same thing is possible for zip and eml files. But I think not from the "scan mailbox" task - do you mean this? If you upload an eml file with the option from #1459 you should get different items for mailbody and attachments. |
Ah yes, I should have specified that I was referring to the "scan mailbox" feature, but I have also seen this same behavior with the other methods for importing emails:
The upload page does say "Choose document files (pdf, docx, txt, html, …). Archives (zip and eml) are extracted." in the user interface. |
Ah, thanks for the feedback! Yes, then this doesn't work as I thought. I can't remember why it is not implemented for E-Mails, it should I'd think. |
It's possible to add new files (attachments) to documents, maybe it would be helpful to also allow existing files to be promoted to their own documents? |
Yes, that makes sense. I thought there is already an issue, but couldn't find one. I created #2261 now. |
Just for context, I misunderstood the intention when originally reading this issue. Currently this is only possible for zip files, if the |
I was hoping to import documents that I receive via email. Sometimes multiple documents can come in the same email message, but they are separate documents.
One use case example is scraping the USPS informed delivery email messages I receive. They attach images of the mail that I will get for a given day.
This feels similar to #1459 where this sort of thing was made possible for zip files.
The text was updated successfully, but these errors were encountered: