Entity.pm =1849= ### Get the encoding, defaulting to "binary" if unsupported: =1850= my $encoding = ($self->head->mime_encoding || 'binary'); =1851= my $decoder = best MIME::Decoder $encoding; =1852= $decoder->head($self->head); ### associate with head, if any