mailbox
mailbox — Manipulate mailboxes in various formats
Source code: Lib/mailbox.py
This module defines two classes, Mailbox
and Message
, for accessing and manipulating on-disk mailboxes and the messages they contain. Mailbox
offers a dictionary-like mapping from keys to messages. Message
extends the 登录查看完整内容