René's URL Explorer Experiment


Title: 18. Internet Data Handling — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/netdata.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/email.html
previoushttps://docs.python.org/2/library/asynchat.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
https://docs.python.org/2/library/netdata.html#internet-data-handling
18.1. email — An email and MIME handling packagehttps://docs.python.org/2/library/email.html
18.1.1. email.message: Representing an email messagehttps://docs.python.org/2/library/email.message.html
18.1.2. email.parser: Parsing email messageshttps://docs.python.org/2/library/email.parser.html
18.1.2.1. FeedParser APIhttps://docs.python.org/2/library/email.parser.html#feedparser-api
18.1.2.2. Parser class APIhttps://docs.python.org/2/library/email.parser.html#parser-class-api
18.1.2.3. Additional noteshttps://docs.python.org/2/library/email.parser.html#additional-notes
18.1.3. email.generator: Generating MIME documentshttps://docs.python.org/2/library/email.generator.html
18.1.4. email.mime: Creating email and MIME objects from scratchhttps://docs.python.org/2/library/email.mime.html
18.1.5. email.header: Internationalized headershttps://docs.python.org/2/library/email.header.html
18.1.6. email.charset: Representing character setshttps://docs.python.org/2/library/email.charset.html
18.1.7. email.encoders: Encodershttps://docs.python.org/2/library/email.encoders.html
18.1.8. email.errors: Exception and Defect classeshttps://docs.python.org/2/library/email.errors.html
18.1.9. email.utils: Miscellaneous utilitieshttps://docs.python.org/2/library/email.utils.html
18.1.10. email.iterators: Iteratorshttps://docs.python.org/2/library/email.iterators.html
18.1.11. email: Exampleshttps://docs.python.org/2/library/email-examples.html
18.1.12. Package Historyhttps://docs.python.org/2/library/email.html#package-history
18.1.13. Differences from mimelibhttps://docs.python.org/2/library/email.html#differences-from-mimelib
18.2. json — JSON encoder and decoderhttps://docs.python.org/2/library/json.html
18.2.1. Basic Usagehttps://docs.python.org/2/library/json.html#basic-usage
18.2.2. Encoders and Decodershttps://docs.python.org/2/library/json.html#encoders-and-decoders
18.2.3. Standard Compliance and Interoperabilityhttps://docs.python.org/2/library/json.html#standard-compliance-and-interoperability
18.2.3.1. Character Encodingshttps://docs.python.org/2/library/json.html#character-encodings
18.2.3.2. Infinite and NaN Number Valueshttps://docs.python.org/2/library/json.html#infinite-and-nan-number-values
18.2.3.3. Repeated Names Within an Objecthttps://docs.python.org/2/library/json.html#repeated-names-within-an-object
18.2.3.4. Top-level Non-Object, Non-Array Valueshttps://docs.python.org/2/library/json.html#top-level-non-object-non-array-values
18.2.3.5. Implementation Limitationshttps://docs.python.org/2/library/json.html#implementation-limitations
18.3. mailcap — Mailcap file handlinghttps://docs.python.org/2/library/mailcap.html
18.4. mailbox — Manipulate mailboxes in various formatshttps://docs.python.org/2/library/mailbox.html
18.4.1. Mailbox objectshttps://docs.python.org/2/library/mailbox.html#mailbox-objects
18.4.1.1. Maildirhttps://docs.python.org/2/library/mailbox.html#maildir
18.4.1.2. mboxhttps://docs.python.org/2/library/mailbox.html#mbox
18.4.1.3. MHhttps://docs.python.org/2/library/mailbox.html#mh
18.4.1.4. Babylhttps://docs.python.org/2/library/mailbox.html#babyl
18.4.1.5. MMDFhttps://docs.python.org/2/library/mailbox.html#mmdf
18.4.2. Message objectshttps://docs.python.org/2/library/mailbox.html#message-objects
18.4.2.1. MaildirMessagehttps://docs.python.org/2/library/mailbox.html#maildirmessage
18.4.2.2. mboxMessagehttps://docs.python.org/2/library/mailbox.html#mboxmessage
18.4.2.3. MHMessagehttps://docs.python.org/2/library/mailbox.html#mhmessage
18.4.2.4. BabylMessagehttps://docs.python.org/2/library/mailbox.html#babylmessage
18.4.2.5. MMDFMessagehttps://docs.python.org/2/library/mailbox.html#mmdfmessage
18.4.3. Exceptionshttps://docs.python.org/2/library/mailbox.html#exceptions
18.4.4. Deprecated classes and methodshttps://docs.python.org/2/library/mailbox.html#deprecated-classes-and-methods
18.4.5. Exampleshttps://docs.python.org/2/library/mailbox.html#examples
18.5. mhlib — Access to MH mailboxeshttps://docs.python.org/2/library/mhlib.html
18.5.1. MH Objectshttps://docs.python.org/2/library/mhlib.html#mh-objects
18.5.2. Folder Objectshttps://docs.python.org/2/library/mhlib.html#folder-objects
18.5.3. Message Objectshttps://docs.python.org/2/library/mhlib.html#message-objects
18.6. mimetools — Tools for parsing MIME messageshttps://docs.python.org/2/library/mimetools.html
18.6.1. Additional Methods of Message Objectshttps://docs.python.org/2/library/mimetools.html#additional-methods-of-message-objects
18.7. mimetypes — Map filenames to MIME typeshttps://docs.python.org/2/library/mimetypes.html
18.7.1. MimeTypes Objectshttps://docs.python.org/2/library/mimetypes.html#mimetypes-objects
18.8. MimeWriter — Generic MIME file writerhttps://docs.python.org/2/library/mimewriter.html
18.8.1. MimeWriter Objectshttps://docs.python.org/2/library/mimewriter.html#mimewriter-objects
18.9. mimify — MIME processing of mail messageshttps://docs.python.org/2/library/mimify.html
18.10. multifile — Support for files containing distinct partshttps://docs.python.org/2/library/multifile.html
18.10.1. MultiFile Objectshttps://docs.python.org/2/library/multifile.html#multifile-objects
18.10.2. MultiFile Examplehttps://docs.python.org/2/library/multifile.html#multifile-example
18.11. rfc822 — Parse RFC 2822 mail headershttps://docs.python.org/2/library/rfc822.html
18.11.1. Message Objectshttps://docs.python.org/2/library/rfc822.html#message-objects
18.11.2. AddressList Objectshttps://docs.python.org/2/library/rfc822.html#addresslist-objects
18.12. base64 — RFC 3548: Base16, Base32, Base64 Data Encodingshttps://docs.python.org/2/library/base64.html
18.13. binhex — Encode and decode binhex4 fileshttps://docs.python.org/2/library/binhex.html
18.13.1. Noteshttps://docs.python.org/2/library/binhex.html#notes
18.14. binascii — Convert between binary and ASCIIhttps://docs.python.org/2/library/binascii.html
18.15. quopri — Encode and decode MIME quoted-printable datahttps://docs.python.org/2/library/quopri.html
18.16. uu — Encode and decode uuencode fileshttps://docs.python.org/2/library/uu.html
17.7. asynchat — Asynchronous socket command/response handlerhttps://docs.python.org/2/library/asynchat.html
18.1. email — An email and MIME handling packagehttps://docs.python.org/2/library/email.html
Show Sourcehttps://docs.python.org/2/_sources/library/netdata.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/email.html
previoushttps://docs.python.org/2/library/asynchat.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.