mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Documented smtplib, multifile
This commit is contained in:
parent
8ddbe9119f
commit
a40d643cdc
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,9 @@ scripts.
|
|||
\item[nntplib]
|
||||
--- NNTP protocol client (requires sockets).
|
||||
|
||||
\item[smtplib]
|
||||
--- SMTP protocol client (requires sockets).
|
||||
|
||||
\item[urlparse]
|
||||
--- Parse a URL string into a tuple (addressing scheme identifier, network
|
||||
location, path, parameters, query string, fragment identifier).
|
||||
|
@ -61,6 +64,9 @@ location, path, parameters, query string, fragment identifier).
|
|||
\item[mimetools]
|
||||
--- Tools for parsing MIME style message bodies.
|
||||
|
||||
\item[multifile]
|
||||
--- Make each part of a MIME multipart message ``feel'' like a regular file.
|
||||
|
||||
\item[binhex]
|
||||
--- Encode and decode files in binhex4 format.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue