Sujet : Re: Printing UTF-8 mail to terminal
De : olegsivokon (at) *nospam* gmail.com (Left Right)
Groupes : comp.lang.pythonDate : 01. Nov 2024, 23:57:00
Autres entêtes
Message-ID : <mailman.72.1730501834.4695.python-list@python.org>
References : 1 2 3
Windows does now. They implemented this feature over the last few years.
Indeed they took inspiration from how linux does this.
>
You might find https://devblogs.microsoft.com/commandline/ has interesting articles about this.
I don't have MS Windows. My wife does, but I don't want to bother her
with this kind of testing. Does this Windows Terminal support the use
of programs like tmux? Last time I searched for a way to run tmux on
Windows, best I could find was mintty. None of the "native" MS
"solutions" couldn't do it.
Anyways, OP said they were using an actual terminal (emulator) on
Ubuntu, and it looks like their problem is more with extracting
information from the email message rather than with the terminal
capabilities. Also, looks like there was an answer already wrt.
message.get_body()