Create new mail_utils option: get headers+attachments
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 24 Jan 2019 15:43:08 +0000 (16:43 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 7 Feb 2019 15:50:39 +0000 (16:50 +0100)
commitb359b15cdb646834771647297d3b1a4aefa2992a
tree5a21c0115b4f4f0b8dc9726b3a267d59e7f0e35c
parente108b7d4c5da049c3d77153250d7e2bd6f2603d0
Create new mail_utils option: get headers+attachments

Often I parse and transfer big email message when actually
I only want the headers plus the attachment file names.

Create an option for this in mail_utils.parse_mail_file
src/mail_utils.py