Markdown Format | JSON API | MCP Server Tool
Help on module quopri: NAME quopri - Conversions to/from quoted-printable transport encoding as per RFC 1521. MODULE REFERENCE https://docs.python.org/3.10/library/quopri.html The following documentation is automatically generated from the Python source files. It may be incomplete, incorrect or include features that are considered implementation detail and may vary between Python implementations. When in doubt, consult the module reference at the location listed above. FUNCTIONS decode(input, output, header=False) Read 'input', apply quoted-printable decoding, and write to 'output'. 'input' and 'output' are binary file objects. If 'header' is true, decode underscore as space (per RFC 1522). decodestring(s, header=False) encode(input, output, quotetabs, header=False) Read 'input', apply quoted-printable encoding, and write to 'output'. 'input' and 'output' are binary file objects. The 'quotetabs' flag indicates whether embedded tabs and spaces should be quoted. Note that line-ending tabs and spaces are always encoded, as per RFC 1521. The 'header' flag indicates whether we are encoding spaces as _ as per RFC 1522. encodestring(s, quotetabs=False, header=False) DATA __all__ = ['encode', 'decode', 'encodestring', 'decodestring'] FILE /usr/lib/python3.10/quopri.py
Generated by phpMan Author: Che Dong Under GNU General Public License
2026-06-02 05:15 @216.73.216.198 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)