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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 1 Apr 2021 15:06:41 +0000 (17:06 +0200)
commit539c9e5c9b04ac6e6151de839dd5e08bd603c371
tree54848dcd75580ac618d0387609584f2665fd64c7
parent8d7bd9a8e7a62d01e0cec5095f5641fe87dfbeb3
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>
Koha/Email.pm
t/Koha/Email.t