Skip to content

chr0sy/getFromEmails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Python script which retrieves and saves to a .txt file all the email addresses in the "From:" field from each email received in a mailbox.

This is a Python script that:

  • Connects to an IMAP server
  • Selects and retrieves all the emails in the ‘INBOX’ folder
  • Gets raw messages and decodes header from each
  • Checks for duplicates and writes the 'From' emails in a .txt file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages