Closed katlim-br closed 1 year ago
Could you post a real-world example? I'm afraid this is outside of this library's scope.
We want to analyze the forward chain to see if a given recipient is in that chain. I know that sometimes we won't get it (since email clients sometimes delete the email addresses), but we still want to try.
E3 (from another@gm to another2@gm) E2 (from myuser@gm to another@gm) E1 (from y@yh to myuser@gm) E0 (from x@yh to y@yh
We want to verify if myuser@gm is there
Closing as this is outside of the scope. The sole purpose of this library is to extract original content from forwarded emails (whether this content is a single email or a chain of emails). You'd then need to parse the original content to read the chain of emails.
This is more a feasibility question.
If I have this email:
Currently we get E0 information. This is good.
Would it be feasible to get E2 and E1 separately? Like in
(backwards would also be ok)
I know the lib can't today, but the question would it be sound and feasible?
Thanks!