Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Email::MIME bug?

by hippo (Bishop)
on Jul 06, 2021 at 09:58 UTC ( [id://11134695]=note: print w/replies, xml ) Need Help??


in reply to Email::MIME bug?

Sounds like this. Maybe look at the mentioned PRs?


🦛

Replies are listed 'Best First'.
Re^2: Email::MIME bug?
by Arik123 (Beadle) on Jul 07, 2021 at 09:23 UTC

    Not exactly. His problem arised at new(), and my problem arised at filename(). My call to new() went without a problem, as my Email::MIME already contained his patch.

    However, following his example, I patched the filename() method, and my problem vanished. I changed

     my $dis = $self->header("Content-Disposition") || '';

    to:

     my $dis = $self->header_raw("Content-Disposition") || '';

    In my Email::MIME, it's in line 453.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134695]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-03-29 15:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found