Bug 26705: (QA follow-up) Do not rely on latest Email::MIME
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 23 Mar 2021 19:58:04 +0000 (16:58 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 7 Apr 2021 09:44:12 +0000 (11:44 +0200)
commit5c658145d728b9c0e0bbcd7e6f14564192ffe8c4
tree1d6be4f92c5ebc4c1149e6d5fe636f3feaa2628d
parent4026052bd903772cdb366382dbca0c6edab290b5
Bug 26705: (QA follow-up) Do not rely on latest Email::MIME

This patch makes the implementation use lower-level methods to deal with
headers. So the Email::MIME library in Debian 9 works.

Params are sorted for testing purposes.

To test:
1. Apply this patch
2. Run the tests
=> SUCCESS: Things pass in D9+
3. Sign off :-D

Thanks Kyle!

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 539c9e5c9b04ac6e6151de839dd5e08bd603c371)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Email.pm
t/Koha/Email.t