인터넷 데이터 처리¶
이 장에서는 인터넷에서 일반적으로 사용되는 데이터 형식 처리를 지원하는 모듈에 관해 설명합니다.
email
— 전자 메일과 MIME 처리 패키지email.message
: Representing an email messageemail.parser
: 전자 메일 메시지 구문 분석email.generator
: Generating MIME documentsemail.policy
: Policy Objectsemail.errors
: Exception and Defect classesemail.headerregistry
: Custom Header Objectsemail.contentmanager
: MIME 콘텐츠 관리email
: 예제email.message.Message
:compat32
API를 사용하여 이메일 메시지 표현하기email.mime
: Creating email and MIME objects from scratchemail.header
: 국제화된 헤더email.charset
: 문자 집합 표현email.encoders
: 인코더email.utils
: Miscellaneous utilitiesemail.iterators
: 이터레이터
json
— JSON encoder and decodermailbox
— Manipulate mailboxes in various formatsmimetypes
— Map filenames to MIME typesbase64
— Base16, Base32, Base64, Base85 Data Encodingsbinascii
— Convert between binary and ASCIIquopri
— MIME quoted-printable 데이터 인코딩과 디코딩