René's URL Explorer Experiment


Title: mailbox — Manipulate mailboxes in various formats — Python 3.14.6 documentation

Open Graph Title: mailbox — Manipulate mailboxes in various formats

Description: 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 ma...

Open Graph Description: 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 ma...

Opengraph URL: https://docs.python.org/3/library/mailbox.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_mailbox_38ccd73f.png
og:image:altSource 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 ma...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/contents.html
mailbox — Manipulate mailboxes in various formatshttps://docs.python.org/library/mailbox.html
Mailbox objectshttps://docs.python.org/library/mailbox.html#mailbox-objects
Maildir objectshttps://docs.python.org/library/mailbox.html#maildir-objects
mbox objectshttps://docs.python.org/library/mailbox.html#mbox-objects
MH objectshttps://docs.python.org/library/mailbox.html#mh-objects
Babyl objectshttps://docs.python.org/library/mailbox.html#babyl-objects
MMDF objectshttps://docs.python.org/library/mailbox.html#mmdf-objects
Message objectshttps://docs.python.org/library/mailbox.html#message-objects
MaildirMessage objectshttps://docs.python.org/library/mailbox.html#maildirmessage-objects
mboxMessage objectshttps://docs.python.org/library/mailbox.html#mboxmessage-objects
MHMessage objectshttps://docs.python.org/library/mailbox.html#mhmessage-objects
BabylMessage objectshttps://docs.python.org/library/mailbox.html#babylmessage-objects
MMDFMessage objectshttps://docs.python.org/library/mailbox.html#mmdfmessage-objects
Exceptionshttps://docs.python.org/library/mailbox.html#exceptions
Exampleshttps://docs.python.org/library/mailbox.html#examples
json — JSON encoder and decoderhttps://docs.python.org/library/json.html
mimetypes — Map filenames to MIME typeshttps://docs.python.org/library/mimetypes.html
Report a bughttps://docs.python.org/bugs.html
Improve this pagehttps://docs.python.org/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/mailbox.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/mimetypes.html
previoushttps://docs.python.org/library/json.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Internet Data Handlinghttps://docs.python.org/library/netdata.html
mailbox — Manipulate mailboxes in various formatshttps://docs.python.org/library/mailbox.html
https://docs.python.org/library/mailbox.html#module-mailbox
Lib/mailbox.pyhttps://github.com/python/cpython/tree/3.14/Lib/mailbox.py
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
email.messagehttps://docs.python.org/library/email.message.html#module-email.message
Messagehttps://docs.python.org/library/email.compat32-message.html#email.message.Message
emailhttps://docs.python.org/library/email.html#module-email
https://docs.python.org/library/mailbox.html#mailbox-objects
https://docs.python.org/library/mailbox.html#mailbox.Mailbox
add()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.add
remove()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.remove
discard()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.discard
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
iteratorhttps://docs.python.org/glossary.html#term-iterator
dictionaryhttps://docs.python.org/library/stdtypes.html#dict
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
Maildirhttps://docs.python.org/library/mailbox.html#mailbox.Maildir
mboxhttps://docs.python.org/library/mailbox.html#mailbox.mbox
lock()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.lock
unlock()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.unlock
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.add
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
email.message.Messagehttps://docs.python.org/library/email.compat32-message.html#email.message.Message
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
mboxhttps://docs.python.org/library/mailbox.html#mailbox.mbox
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.remove
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.__delitem__
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.discard
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.__setitem__
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
add()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.add
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
email.message.Messagehttps://docs.python.org/library/email.compat32-message.html#email.message.Message
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
mboxhttps://docs.python.org/library/mailbox.html#mailbox.mbox
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.iterkeys
iteratorhttps://docs.python.org/glossary.html#term-iterator
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.keys
iterkeys()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.iterkeys
listhttps://docs.python.org/library/stdtypes.html#list
iteratorhttps://docs.python.org/glossary.html#term-iterator
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.itervalues
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.__iter__
iteratorhttps://docs.python.org/glossary.html#term-iterator
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.values
itervalues()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.itervalues
listhttps://docs.python.org/library/stdtypes.html#list
iteratorhttps://docs.python.org/glossary.html#term-iterator
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.iteritems
iteratorhttps://docs.python.org/glossary.html#term-iterator
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.items
iteritems()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.iteritems
listhttps://docs.python.org/library/stdtypes.html#list
iteratorhttps://docs.python.org/glossary.html#term-iterator
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.get
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.__getitem__
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.get_message
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.get_bytes
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.get_string
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
email.message.Messagehttps://docs.python.org/library/email.compat32-message.html#email.message.Message
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.get_file
file-likehttps://docs.python.org/glossary.html#term-file-like-object
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
binary filehttps://docs.python.org/glossary.html#term-binary-file
file-like objecthttps://docs.python.org/glossary.html#term-file-like-object
context managerhttps://docs.python.org/glossary.html#term-context-manager
withhttps://docs.python.org/reference/compound_stmts.html#with
file-likehttps://docs.python.org/glossary.html#term-file-like-object
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.__contains__
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.__len__
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.clear
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.pop
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.popitem
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.update
__setitem__()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.__setitem__
KeyErrorhttps://docs.python.org/library/exceptions.html#KeyError
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.flush
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.lock
ExternalClashErrorhttps://docs.python.org/library/mailbox.html#mailbox.ExternalClashError
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.unlock
https://docs.python.org/library/mailbox.html#mailbox.Mailbox.close
https://docs.python.org/library/mailbox.html#maildir-objects
https://docs.python.org/library/mailbox.html#mailbox.Maildir
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
https://docs.python.org/library/mailbox.html#mailbox.Maildir.colon
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#mailbox.Maildir.list_folders
https://docs.python.org/library/mailbox.html#mailbox.Maildir.get_folder
NoSuchMailboxErrorhttps://docs.python.org/library/mailbox.html#mailbox.NoSuchMailboxError
https://docs.python.org/library/mailbox.html#mailbox.Maildir.add_folder
https://docs.python.org/library/mailbox.html#mailbox.Maildir.remove_folder
NotEmptyErrorhttps://docs.python.org/library/mailbox.html#mailbox.NotEmptyError
https://docs.python.org/library/mailbox.html#mailbox.Maildir.clean
https://docs.python.org/library/mailbox.html#mailbox.Maildir.get_flags
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
get_flags()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.get_flags
set_flags()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.set_flags
add_flag()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.add_flag
remove_flag()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.remove_flag
__setitem__()https://docs.python.org/library/mailbox.html#mailbox.Maildir.__setitem__
https://docs.python.org/library/mailbox.html#mailbox.Maildir.set_flags
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
set_flags()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.set_flags
get_flags()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.get_flags
https://docs.python.org/library/mailbox.html#mailbox.Maildir.add_flag
add_flag()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.add_flag
set_flags()https://docs.python.org/library/mailbox.html#mailbox.Maildir.set_flags
https://docs.python.org/library/mailbox.html#mailbox.Maildir.remove_flag
remove_flag()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.remove_flag
set_flags()https://docs.python.org/library/mailbox.html#mailbox.Maildir.set_flags
https://docs.python.org/library/mailbox.html#mailbox.Maildir.get_info
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
get_info()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.get_info
set_info()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.set_info
__setitem__()https://docs.python.org/library/mailbox.html#mailbox.Maildir.__setitem__
https://docs.python.org/library/mailbox.html#mailbox.Maildir.set_info
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
set_info()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.set_info
get_info()https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.get_info
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#mailbox.Maildir.add
https://docs.python.org/library/mailbox.html#mailbox.Maildir.__setitem__
https://docs.python.org/library/mailbox.html#mailbox.Maildir.update
https://docs.python.org/library/mailbox.html#mailbox.Maildir.flush
https://docs.python.org/library/mailbox.html#mailbox.Maildir.lock
https://docs.python.org/library/mailbox.html#mailbox.Maildir.unlock
https://docs.python.org/library/mailbox.html#mailbox.Maildir.close
https://docs.python.org/library/mailbox.html#mailbox.Maildir.get_file
maildir man page from Courierhttps://www.courier-mta.org/maildir.html
Using maildir formathttps://cr.yp.to/proto/maildir.html
https://docs.python.org/library/mailbox.html#mbox-objects
https://docs.python.org/library/mailbox.html#mailbox.mbox
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#mailbox.mbox.get_bytes
https://docs.python.org/library/mailbox.html#mailbox.mbox.get_file
flush()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.flush
close()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.close
https://docs.python.org/library/mailbox.html#mailbox.mbox.get_string
https://docs.python.org/library/mailbox.html#mailbox.mbox.lock
https://docs.python.org/library/mailbox.html#mailbox.mbox.unlock
mbox man page from tinhttp://www.tin.org/bin/man.cgi?section=5&topic=mbox
Configuring Netscape Mail on Unix: Why The Content-Length Format is Badhttps://www.jwz.org/doc/content-length.html
“mbox” is a family of several mutually incompatible mailbox formatshttps://www.loc.gov/preservation/digital/formats/fdd/fdd000383.shtml
https://docs.python.org/library/mailbox.html#mh-objects
https://docs.python.org/library/mailbox.html#mailbox.MH
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
MHMessagehttps://docs.python.org/library/mailbox.html#mailbox.MHMessage
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#mailbox.MH.list_folders
https://docs.python.org/library/mailbox.html#mailbox.MH.get_folder
NoSuchMailboxErrorhttps://docs.python.org/library/mailbox.html#mailbox.NoSuchMailboxError
https://docs.python.org/library/mailbox.html#mailbox.MH.add_folder
https://docs.python.org/library/mailbox.html#mailbox.MH.remove_folder
NotEmptyErrorhttps://docs.python.org/library/mailbox.html#mailbox.NotEmptyError
https://docs.python.org/library/mailbox.html#mailbox.MH.get_sequences
https://docs.python.org/library/mailbox.html#mailbox.MH.set_sequences
get_sequences()https://docs.python.org/library/mailbox.html#mailbox.MH.get_sequences
https://docs.python.org/library/mailbox.html#mailbox.MH.pack
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#mailbox.MH.remove
https://docs.python.org/library/mailbox.html#mailbox.MH.__delitem__
https://docs.python.org/library/mailbox.html#mailbox.MH.discard
https://docs.python.org/library/mailbox.html#mailbox.MH.lock
https://docs.python.org/library/mailbox.html#mailbox.MH.unlock
https://docs.python.org/library/mailbox.html#mailbox.MH.get_file
https://docs.python.org/library/mailbox.html#mailbox.MH.flush
https://docs.python.org/library/mailbox.html#mailbox.MH.close
unlock()https://docs.python.org/library/mailbox.html#mailbox.MH.unlock
nmh - Message Handling Systemhttps://www.nongnu.org/nmh/
MH & nmh: Email for Users & Programmershttps://rand-mh.sourceforge.io/book/
https://docs.python.org/library/mailbox.html#babyl-objects
https://docs.python.org/library/mailbox.html#mailbox.Babyl
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
BabylMessagehttps://docs.python.org/library/mailbox.html#mailbox.BabylMessage
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#mailbox.Babyl.get_labels
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#mailbox.Babyl.get_file
io.BytesIOhttps://docs.python.org/library/io.html#io.BytesIO
https://docs.python.org/library/mailbox.html#mailbox.Babyl.lock
https://docs.python.org/library/mailbox.html#mailbox.Babyl.unlock
Format of Version 5 Babyl Fileshttps://quimby.gnus.org/notes/BABYL
Reading Mail with Rmailhttps://www.gnu.org/software/emacs/manual/html_node/emacs/Rmail.html
https://docs.python.org/library/mailbox.html#mmdf-objects
https://docs.python.org/library/mailbox.html#mailbox.MMDF
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
MMDFMessagehttps://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#mailbox.MMDF.get_bytes
https://docs.python.org/library/mailbox.html#mailbox.MMDF.get_file
flush()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.flush
close()https://docs.python.org/library/mailbox.html#mailbox.Mailbox.close
https://docs.python.org/library/mailbox.html#mailbox.MMDF.lock
https://docs.python.org/library/mailbox.html#mailbox.MMDF.unlock
mmdf man page from tinhttp://www.tin.org/bin/man.cgi?section=5&topic=mmdf
MMDFhttps://en.wikipedia.org/wiki/MMDF
https://docs.python.org/library/mailbox.html#message-objects
https://docs.python.org/library/mailbox.html#mailbox.Message
email.messagehttps://docs.python.org/library/email.message.html#module-email.message
Messagehttps://docs.python.org/library/email.compat32-message.html#email.message.Message
email.message.Messagehttps://docs.python.org/library/email.compat32-message.html#email.message.Message
RFC 5322https://datatracker.ietf.org/doc/html/rfc5322.html
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#maildirmessage-objects
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.get_subdir
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.set_subdir
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.get_flags
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.set_flags
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.add_flag
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.remove_flag
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.get_date
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.set_date
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.get_info
https://docs.python.org/library/mailbox.html#mailbox.MaildirMessage.set_info
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
MMDFMessagehttps://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
MMDFMessagehttps://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
MHMessagehttps://docs.python.org/library/mailbox.html#mailbox.MHMessage
MHMessagehttps://docs.python.org/library/mailbox.html#mailbox.MHMessage
BabylMessagehttps://docs.python.org/library/mailbox.html#mailbox.BabylMessage
BabylMessagehttps://docs.python.org/library/mailbox.html#mailbox.BabylMessage
https://docs.python.org/library/mailbox.html#mboxmessage-objects
https://docs.python.org/library/mailbox.html#mailbox.mboxMessage
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.mboxMessage.get_from
https://docs.python.org/library/mailbox.html#mailbox.mboxMessage.set_from
time.struct_timehttps://docs.python.org/library/time.html#time.struct_time
time.strftime()https://docs.python.org/library/time.html#time.strftime
time.gmtime()https://docs.python.org/library/time.html#time.gmtime
https://docs.python.org/library/mailbox.html#mailbox.mboxMessage.get_flags
https://docs.python.org/library/mailbox.html#mailbox.mboxMessage.set_flags
https://docs.python.org/library/mailbox.html#mailbox.mboxMessage.add_flag
https://docs.python.org/library/mailbox.html#mailbox.mboxMessage.remove_flag
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
MHMessagehttps://docs.python.org/library/mailbox.html#mailbox.MHMessage
MHMessagehttps://docs.python.org/library/mailbox.html#mailbox.MHMessage
BabylMessagehttps://docs.python.org/library/mailbox.html#mailbox.BabylMessage
BabylMessagehttps://docs.python.org/library/mailbox.html#mailbox.BabylMessage
MMDFMessagehttps://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
MMDFMessagehttps://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
https://docs.python.org/library/mailbox.html#mhmessage-objects
https://docs.python.org/library/mailbox.html#mailbox.MHMessage
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.MHMessage.get_sequences
https://docs.python.org/library/mailbox.html#mailbox.MHMessage.set_sequences
https://docs.python.org/library/mailbox.html#mailbox.MHMessage.add_sequence
https://docs.python.org/library/mailbox.html#mailbox.MHMessage.remove_sequence
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
MMDFMessagehttps://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
MMDFMessagehttps://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
BabylMessagehttps://docs.python.org/library/mailbox.html#mailbox.BabylMessage
BabylMessagehttps://docs.python.org/library/mailbox.html#mailbox.BabylMessage
https://docs.python.org/library/mailbox.html#babylmessage-objects
https://docs.python.org/library/mailbox.html#mailbox.BabylMessage
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.BabylMessage.get_labels
https://docs.python.org/library/mailbox.html#mailbox.BabylMessage.set_labels
https://docs.python.org/library/mailbox.html#mailbox.BabylMessage.add_label
https://docs.python.org/library/mailbox.html#mailbox.BabylMessage.remove_label
https://docs.python.org/library/mailbox.html#mailbox.BabylMessage.get_visible
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
https://docs.python.org/library/mailbox.html#mailbox.BabylMessage.set_visible
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
email.message.Messagehttps://docs.python.org/library/email.compat32-message.html#email.message.Message
https://docs.python.org/library/mailbox.html#mailbox.BabylMessage.update_visible
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
MMDFMessagehttps://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
MMDFMessagehttps://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
MHMessagehttps://docs.python.org/library/mailbox.html#mailbox.MHMessage
MHMessagehttps://docs.python.org/library/mailbox.html#mailbox.MHMessage
https://docs.python.org/library/mailbox.html#mmdfmessage-objects
https://docs.python.org/library/mailbox.html#mailbox.MMDFMessage
Messagehttps://docs.python.org/library/mailbox.html#mailbox.Message
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
https://docs.python.org/library/mailbox.html#mailbox.MMDFMessage.get_from
https://docs.python.org/library/mailbox.html#mailbox.MMDFMessage.set_from
time.struct_timehttps://docs.python.org/library/time.html#time.struct_time
time.strftime()https://docs.python.org/library/time.html#time.strftime
time.gmtime()https://docs.python.org/library/time.html#time.gmtime
https://docs.python.org/library/mailbox.html#mailbox.MMDFMessage.get_flags
https://docs.python.org/library/mailbox.html#mailbox.MMDFMessage.set_flags
https://docs.python.org/library/mailbox.html#mailbox.MMDFMessage.add_flag
https://docs.python.org/library/mailbox.html#mailbox.MMDFMessage.remove_flag
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
MaildirMessagehttps://docs.python.org/library/mailbox.html#mailbox.MaildirMessage
MHMessagehttps://docs.python.org/library/mailbox.html#mailbox.MHMessage
MHMessagehttps://docs.python.org/library/mailbox.html#mailbox.MHMessage
BabylMessagehttps://docs.python.org/library/mailbox.html#mailbox.BabylMessage
BabylMessagehttps://docs.python.org/library/mailbox.html#mailbox.BabylMessage
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
mboxMessagehttps://docs.python.org/library/mailbox.html#mailbox.mboxMessage
https://docs.python.org/library/mailbox.html#exceptions
https://docs.python.org/library/mailbox.html#mailbox.Error
https://docs.python.org/library/mailbox.html#mailbox.NoSuchMailboxError
Mailboxhttps://docs.python.org/library/mailbox.html#mailbox.Mailbox
https://docs.python.org/library/mailbox.html#mailbox.NotEmptyError
https://docs.python.org/library/mailbox.html#mailbox.ExternalClashError
https://docs.python.org/library/mailbox.html#mailbox.FormatError
MHhttps://docs.python.org/library/mailbox.html#mailbox.MH
https://docs.python.org/library/mailbox.html#examples
Table of Contentshttps://docs.python.org/contents.html
mailbox — Manipulate mailboxes in various formatshttps://docs.python.org/library/mailbox.html
Mailbox objectshttps://docs.python.org/library/mailbox.html#mailbox-objects
Maildir objectshttps://docs.python.org/library/mailbox.html#maildir-objects
mbox objectshttps://docs.python.org/library/mailbox.html#mbox-objects
MH objectshttps://docs.python.org/library/mailbox.html#mh-objects
Babyl objectshttps://docs.python.org/library/mailbox.html#babyl-objects
MMDF objectshttps://docs.python.org/library/mailbox.html#mmdf-objects
Message objectshttps://docs.python.org/library/mailbox.html#message-objects
MaildirMessage objectshttps://docs.python.org/library/mailbox.html#maildirmessage-objects
mboxMessage objectshttps://docs.python.org/library/mailbox.html#mboxmessage-objects
MHMessage objectshttps://docs.python.org/library/mailbox.html#mhmessage-objects
BabylMessage objectshttps://docs.python.org/library/mailbox.html#babylmessage-objects
MMDFMessage objectshttps://docs.python.org/library/mailbox.html#mmdfmessage-objects
Exceptionshttps://docs.python.org/library/mailbox.html#exceptions
Exampleshttps://docs.python.org/library/mailbox.html#examples
json — JSON encoder and decoderhttps://docs.python.org/library/json.html
mimetypes — Map filenames to MIME typeshttps://docs.python.org/library/mimetypes.html
Report a bughttps://docs.python.org/bugs.html
Improve this pagehttps://docs.python.org/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/mailbox.rst?plain=1
indexhttps://docs.python.org/genindex.html
moduleshttps://docs.python.org/py-modindex.html
nexthttps://docs.python.org/library/mimetypes.html
previoushttps://docs.python.org/library/json.html
Pythonhttps://www.python.org/
3.14.6 Documentationhttps://docs.python.org/index.html
The Python Standard Libraryhttps://docs.python.org/library/index.html
Internet Data Handlinghttps://docs.python.org/library/netdata.html
mailbox — Manipulate mailboxes in various formatshttps://docs.python.org/library/mailbox.html
Copyrighthttps://docs.python.org/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.