MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / utf8

Method utf8

tools/python-3.11.9-amd64/Lib/poplib.py:360–363  ·  view source on GitHub ↗

Try to enter UTF-8 mode (see RFC 6856). Returns server response.

(self)

Source from the content-addressed store, hash-verified

358
359
360 def utf8(self):
361 """Try to enter UTF-8 mode (see RFC 6856). Returns server response.
362 """
363 return self._shortcmd('UTF8')
364
365
366 def capa(self):

Callers

nothing calls this directly

Calls 1

_shortcmdMethod · 0.95

Tested by

no test coverage detected