1. 22 Nis, 2006 4 kayıt (commit)
    • Andrew M. Kuchling's avatar
      Add Gregory K. Johnson's revised version of mailbox.py (funded by · 1da4a947
      Andrew M. Kuchling yazdı
      the 2005 Summer of Code).
      
      The revision adds a number of new mailbox classes that support adding
      and removing messages; these classes also support mailbox locking and
      default to using email.Message instead of rfc822.Message.
      
      The old mailbox classes are largely left alone for backward compatibility.
      The exception is the Maildir class, which was present in the old module
      and now inherits from the new classes.  The Maildir class's interface
      is pretty simple, though, so I think it'll be compatible with existing
      code.
      
      (The change to the NEWS file also adds a missing word to a different
      news item, which unfortunately required rewrapping the line.)
      1da4a947
    • Andrew M. Kuchling's avatar
      Make copy of test_mailbox.py. We'll still want to check the backward · 81efcf68
      Andrew M. Kuchling yazdı
      compatibility classes in the new mailbox.py that I'll be committing in
      a few minutes.
      
      One change has been made: the tests use len(mbox) instead of len(mbox.boxes).
      The 'boxes' attribute was never documented and contains some internal state
      that seems unlikely to have been useful.
      81efcf68
    • Andrew M. Kuchling's avatar
      Fix comment typo · 6ce35a96
      Andrew M. Kuchling yazdı
      6ce35a96
    • Andrew M. Kuchling's avatar
      Typo fixes · 3ccdb6ab
      Andrew M. Kuchling yazdı
      3ccdb6ab
  2. 21 Nis, 2006 22 kayıt (commit)
  3. 20 Nis, 2006 9 kayıt (commit)
  4. 19 Nis, 2006 5 kayıt (commit)