Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
chingc committed Mar 29, 2021
2 parents 59918f8 + 2bb021e commit d275b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flanker/mime/message/headers/encoding.py
Expand Up @@ -10,7 +10,7 @@

_log = logging.getLogger(__name__)

_ADDRESS_HEADERS = ('From', 'To', 'Delivered-To', 'Cc', 'Bcc', 'Reply-To')
_ADDRESS_HEADERS = ('From', 'To', 'Delivered-To', 'Cc', 'Bcc', 'Reply-To', 'Sender')


def to_mime(key, value):
Expand Down

0 comments on commit d275b5e

Please sign in to comment.