Home | History | Annotate | Download | only in Lib

Lines Matching defs:MimeWriter

3 This module defines the class MimeWriter.  The MimeWriter class implements
7 MimeWriter does buffer the headers you add, allowing you to rearrange their
15 __all__ = ["MimeWriter"]
19 warnings.warn("the MimeWriter module is deprecated; use the email package instead",
22 class MimeWriter:
45 w = MimeWriter(f)
61 The subwriter is another MimeWriter instance, and should be
62 treated in the same way as the toplevel MimeWriter. This way,
164 """Returns a new instance of MimeWriter which represents an