Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ send
Method
send
tools/python-3.11.9-amd64/Lib/imaplib.py:329–332 ·
view source on GitHub ↗
Send data to remote.
(self, data)
Source
from the content-addressed store, hash-verified
327
328
329
def
send(self, data):
330
""
"Send data to remote."
""
331
sys.audit(
"imaplib.send"
, self, data)
332
self.sock.sendall(data)
333
334
335
def
shutdown(self):
Callers
1
_command
Method · 0.95
Calls
1
sendall
Method · 0.45
Tested by
no test coverage detected