''' 2021-05-22 To Dead Code Previously: email_to_text_refactored Created on Jun 20, 2019 @author: Brett Paufler (c)Copyright Brett Paufler Takes an email Outputs a .txt file iPhone Notes is the Target ''' from utilities_email_refactored import text_iterator_eml for raw_text in text_iterator_eml(): print raw_text