GetUnreadMail Python script to Fetch unread emails This is a simple python script to check and fetch unread email and save attachments to disk. Currently search for INBOX folder and check for unread messages using the 'UNSEEN' flag. Libraries used: imaplib,email,getpass.