email: remove `header` option to get_address.
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 18:37:26 +0000 (14:37 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 18:40:36 +0000 (14:40 -0400)
commitd937f22eeb4f012b1f5324f85c47945451db2022
tree7ec973f3a0a0ce8a4a069c695e27adbf15963e1c
parent7ccaff273649d3f3225bd185e29ac8c17311493f
email: remove `header` option to get_address.

The new function acts like the old one with `header=True`.

Since Python 3.3, formataddr uses RFC 2047 encoding of the realname
(for non-ASCII names), so there's no need for a separate Header call
anymore.
pygrader/email.py