Home
last modified time | relevance | path

Searched refs:HAVE_MIMEWORDS (Results 1 – 2 of 2) sorted by relevance

/dports/mail/p5-Mail-MboxParser/Mail-MboxParser-0.55/t/
H A D10_qpnames.t14 skip(&Mail::MboxParser::Mail::HAVE_MIMEWORDS ? 0 : "Mime::Words not installed",
/dports/mail/p5-Mail-MboxParser/Mail-MboxParser-0.55/MboxParser/
H A DMail.pm58 HAVE_MIMEWORDS => eval { require MIME::Words; 1 } || 0; constant
910 if ($file =~ /=\?.*\?=/ and HAVE_MIMEWORDS) { # decode qp if possible