Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #196936

Re: Printing UTF-8 mail to terminal

From Eli the Bearded <*@eli.users.panix.com>
Newsgroups comp.lang.python
Subject Re: Printing UTF-8 mail to terminal
Date 2024-11-01 20:55 +0000
Organization Some absurd concept
Message-ID <eli$2411011655@qaz.wtf> (permalink)
References <9f754662-4b73-4d3d-a9b8-ac0a40762143@yahoo.co.uk> <mailman.64.1730411614.4695.python-list@python.org> <cIaVO.1746331$v0Jd.1554563@fx06.ams4>

Show all headers | View raw


In comp.lang.python, Gilmeh Serda  <gilmeh.serda@nothing.here.invalid> wrote:
> Python 3.12.6 (main, Sep  8 2024, 13:18:56) [GCC 14.2.1 20240805] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> help('modules')
> 
> Please wait a moment while I gather a list of all available modules...
> 
> AssemblyApp         apparmor            io                  pyzipper
> AssemblyGui         appdirs             ipaddress           qrtools
> CAMSimulator        application_utility isodate             queue
> Cheetah             apprise             isort               quopri
> [...]
> """
> 
> Put it in a list, unmangle it, sort it and you should have an alphabetical 
> list of all modules on your system.

As someone who has done a lot of work with email in other languages,
"quopri" is not a name I'd expect or look for first pass for dealing
with MIME quoted-printable encoding. (Me, being me, I'd probably just
write it for myself if I didn't quickly find it while working with
email.)

Elijah
------
MIME: multipurpose Internet mail extensions

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Printing UTF-8 mail to terminal Alan Gauld <learn2program@gmail.com> - 2024-10-31 21:53 +0000
  Re: Printing UTF-8 mail to terminal Gilmeh Serda <gilmeh.serda@nothing.here.invalid> - 2024-11-01 20:18 +0000
    Re: Printing UTF-8 mail to terminal (Posting On Python-List Prohibited) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-01 20:49 +0000
    Re: Printing UTF-8 mail to terminal Eli the Bearded <*@eli.users.panix.com> - 2024-11-01 20:55 +0000
      Re: Printing UTF-8 mail to terminal Jon Ribbens <jon+usenet@unequivocal.eu> - 2024-11-01 21:05 +0000
      Re: Printing UTF-8 mail to terminal (Posting On Python-List Prohibited) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-02 00:43 +0000

csiph-web