If a textproto.MIMEHeader is initialized from a source where header keys are not
canonical, Get won't work on those keys.
http://play.golang.org/p/_yeMZaJdZv
I suggest comparing the keys using strings.EqualFold instead. It is quite common that
headers are not in their canonical form.