mailbox.Mailbox.itervalues()

itervalues() __iter__() values() Return an iterator over representations

2016-10-07 17:36:38
mailbox.MMDF.unlock()

unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

2016-10-07 17:36:54
mailbox.Babyl

class mailbox.Babyl(path, factory=None, create=True) A subclass of Mailbox for mailboxes in Babyl format. Parameter

2016-10-07 17:36:31
json.JSONEncoder.default()

default(o) Implement this method in a subclass such that it returns a serializable object for o, or calls the base

2016-10-07 17:35:52
mailbox.NotEmptyError

exception mailbox.NotEmptyError Raised when a mailbox is not empty but is expected to be, such as when deleting a folder that

2016-10-07 17:36:56
mimetypes.knownfiles

mimetypes.knownfiles List of type map file names commonly installed. These files are typically named mime.types

2016-10-07 17:37:15
email.headerregistry.BaseHeader.defects

defects A tuple of HeaderDefect instances reporting any RFC compliance problems found during parsing. The email

2016-10-07 17:32:29
email.policy.Compat32

class email.policy.Compat32(**kw) This concrete Policy is the backward compatibility policy. It replicates the

2016-10-07 17:32:51
email.headerregistry.MIMEVersionHeader.version

version The version number as a string, with any whitespace and/or comments removed.

2016-10-07 17:32:33
email.utils.localtime()

email.utils.localtime(dt=None) Return local time as an aware datetime object. If called without arguments, return current time

2016-10-07 17:32:59