| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 1 | |
| 2 | .. _netdata: |
| 3 | |
| 4 | ********************** |
| 5 | Internet Data Handling |
| 6 | ********************** |
| 7 | |
| 8 | This chapter describes modules which support handling data formats commonly used |
| Miss Islington (bot) | 6fc1efa | 2021-07-26 15:34:32 -0700 | [diff] [blame] | 9 | on the internet. |
| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 10 | |
| 11 | |
| 12 | .. toctree:: |
| 13 | |
| 14 | email.rst |
| Christian Heimes | 9054000 | 2008-05-08 14:29:10 +0000 | [diff] [blame] | 15 | json.rst |
| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 16 | mailcap.rst |
| 17 | mailbox.rst |
| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 18 | mimetypes.rst |
| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 19 | base64.rst |
| 20 | binhex.rst |
| 21 | binascii.rst |
| 22 | quopri.rst |
| 23 | uu.rst |