• Barry Warsaw's avatar
    Two changes: · 81ad67cd
    Barry Warsaw yazdı
    - All constructors grow an optional argument `factory' which is a
      callable used when new message instances are created by the next()
      methods.  Defaults to the rfc822.Message class.
    
    - A new subclass of UnixMailbox is added, called PortableUnixMailbox.
      It's identical to UnixMailbox, but uses a more portable test for
      From_ delimiter lines.  With PortableUnixMailbox, any line that
      starts with "From " is considered a delimiter (this should really
      check for two newlines before the F, but it doesn't.
    81ad67cd
mailbox.py 9.13 KB