인터넷 데이터 처리¶
This chapter describes modules which support handling data formats commonly used on the internet.
email
— 전자 메일과 MIME 처리 패키지email.message
: 전자 메일 메시지 표현email.parser
: 전자 메일 메시지 구문 분석email.generator
: MIME 문서 생성email.policy
: 정책 객체email.errors
: 예외와 결함 클래스email.headerregistry
: 사용자 정의 헤더 객체email.contentmanager
: MIME 콘텐츠 관리email
: 예제email.message.Message
:compat32
API를 사용하여 이메일 메시지 표현하기email.mime
: 처음부터 이메일과 MIME 객체 만들기email.header
: 국제화된 헤더email.charset
: 문자 집합 표현email.encoders
: 인코더email.utils
: 기타 유틸리티email.iterators
: 이터레이터
json
— JSON 인코더와 디코더mailbox
— 다양한 형식의 사서함 조작하기mimetypes
— 파일명을 MIME 유형에 매핑base64
— Base16, Base32, Base64, Base85 데이터 인코딩binascii
— 바이너리와 ASCII 간의 변환quopri
— MIME quoted-printable 데이터 인코딩과 디코딩