Checks if this MIME part has a header with the specified name.
name
bool hasHeader(String name) => _hasHeaderLowercase(name.toLowerCase());