인터넷 데이터 처리
******************

이 장에서는 인터넷에서 일반적으로 사용되는 데이터 형식 처리를 지원하는
모듈에 관해 설명합니다.

* "email" --- 전자 메일과 MIME 처리 패키지

  * "email.message": Representing an email message

  * "email.parser": Parsing email messages

    * FeedParser API

    * Parser API

    * Additional notes

  * "email.generator": Generating MIME documents

  * "email.policy": Policy Objects

  * "email.errors": 예외와 결함 클래스

  * "email.headerregistry": Custom Header Objects

  * "email.contentmanager": MIME 콘텐츠 관리

    * 콘텐츠 관리자 인스턴스

  * "email": 예제

  * "email.message.Message": Representing an email message using the
    "compat32" API

  * "email.mime": Creating email and MIME objects from scratch

  * "email.header": Internationalized headers

  * "email.charset": Representing character sets

  * "email.encoders": Encoders

  * "email.utils": 기타 유틸리티

  * "email.iterators": 이터레이터

* "json" --- JSON 인코더와 디코더

  * 기본 사용법

  * 인코더와 디코더

  * 예외

  * 표준 준수와 상호 운용성

    * 문자 인코딩

    * 무한대와 NaN 숫자 값

    * 오브젝트 내에서 반복된 이름

    * 오브젝트나 배열이 아닌 최상윗값

    * 구현 제약 사항

  * 명령 줄 인터페이스

    * 명령 줄 옵션

* "mailcap" --- Mailcap 파일 처리

* "mailbox" --- Manipulate mailboxes in various formats

  * "Mailbox" objects

    * "Maildir"

    * "mbox"

    * "MH"

    * "Babyl"

    * "MMDF"

  * "Message" objects

    * "MaildirMessage"

    * "mboxMessage"

    * "MHMessage"

    * "BabylMessage"

    * "MMDFMessage"

  * Exceptions

  * Examples

* "mimetypes" --- 파일명을 MIME 유형에 매핑

  * MimeTypes 객체

* "base64" --- Base16, Base32, Base64, Base85 데이터 인코딩

* "binhex" --- binhex4 파일 인코딩과 디코딩

  * 노트

* "binascii" --- 바이너리와 ASCII 간의 변환

* "quopri" --- MIME quoted-printable 데이터 인코딩과 디코딩

* "uu" --- uuencode 파일 인코딩과 디코딩
