mimetools
 

# Various tools used by MIME-reading or MIME-writing programs.


 Modules
                                                                                                                                                                                                                               
os
rfc822
string
tempfile


 Classes
                                                                                                                                                                                                                               
rfc822.Message
Message


 class Message(rfc822.Message)
           no doc string
                                                                                                                                                                                                                     
__init__(self, fp, seekable=1)
no doc string
getencoding(self)
no doc string
getmaintype(self)
no doc string
getparam(self, name)
no doc string
getparamnames(self)
no doc string
getplist(self)
no doc string
getsubtype(self)
no doc string
gettype(self)
no doc string
parseplist(self)
no doc string
parsetype(self)
no doc string


 Functions
                                                                                                                                                                                                                               
choose_boundary()
no doc string
copybinary(input, output)
no doc string
copyliteral(input, output)
no doc string
decode(input, output, encoding)
# Subroutines for decoding some common content-transfer-types
encode(input, output, encoding)
no doc string
pipethrough(input, command, output)
no doc string
pipeto(input, command)
no doc string