• Displaying UFT texts with perl

    From Popping Mad@21:1/5 to All on Thu Nov 23 20:35:17 2023
    I have email stored in a database as plain text. This text, if
    displayed in mutt. But when I look at email that is encoded
    Content-Type: text/plain; charset="utf-8" and Content-Transfer-Encoding:
    base64
    even in vi it looks like binary dripple.

    Is there a module that can encode the entire body correctly as it does
    in mutt?

    I tried Email::MIME but it stumbles on muti-part bodies

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From HASM@21:1/5 to Popping Mad on Fri Nov 24 09:18:29 2023
    Popping Mad <rainbow@colition.gov> writes:

    Is there a module that can encode the entire body correctly as it does
    in mutt?
    I tried Email::MIME but it stumbles on muti-part bodies

    Try
    use MIME::Parser;

    -- HASM

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)