I have multiple files in a folder and each of them have one email message. Each message has a header in the format
Subject: formatting fonts
To: [email protected]
From: sender name
message body
I want to get all the unique sender names from all the messages (there is only 1 message per file) . How can I do that?