]> Sergey Matveev's repositories - public-inbox.git/commitdiff
eml: remove dependency on Email::MIME::Encodings
authorEric Wong <e@yhbt.net>
Thu, 7 May 2020 21:05:53 +0000 (21:05 +0000)
committerEric Wong <e@yhbt.net>
Sat, 9 May 2020 08:59:10 +0000 (08:59 +0000)
Since Email::MIME usage is going away, Email::MIME::Encodings
might as well go away, too.  We can also use fewer branches
and just rely on hash lookups, unlike E::M::E.


No differences found