1MIME::Decoder::QuotedPrUisnetr(3C)ontributed Perl DocumeMnItMaEt:i:oDnecoder::QuotedPrint(3)
2
3
4

NAME

6       MIME::Decoder::QuotedPrint - encode/decode a "quoted-printable" stream
7

SYNOPSIS

9       A generic decoder object; see MIME::Decoder for usage.
10

DESCRIPTION

12       A MIME::Decoder subclass for the "quoted-printable" encoding.  The name
13       was chosen to jibe with the pre-existing MIME::QuotedPrint utility
14       package, which this class actually uses to translate each line.
15
16       •   The decoder does a line-by-line translation from input to output.
17
18       •   The encoder does a line-by-line translation, breaking lines so that
19           they fall under the standard 76-character limit for this encoding.
20
21       Note: just like MIME::QuotedPrint, we currently use the native "\n" for
22       line breaks, and not "CRLF".  This may need to change in future
23       versions.
24

SEE ALSO

26       MIME::Decoder
27

AUTHOR

29       Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com).
30
31       All rights reserved.  This program is free software; you can
32       redistribute it and/or modify it under the same terms as Perl itself.
33
34
35
36perl v5.34.0                      2021-07-22     MIME::Decoder::QuotedPrint(3)
Impressum