1. 13 Eyl, 2001 1 kayıt (commit)
  2. 13 Agu, 2001 1 kayıt (commit)
  3. 02 May, 2001 1 kayıt (commit)
  4. 15 Nis, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Get rid of the seek() method on the _Mailbox class. This was a · 2b5ff073
      Guido van Rossum yazdı
      cut-and-paste copy of the seek() method on the _Subfile class, but it
      didn't make one bit of sense: it sets self.pos, which is not used in
      this class or its subclasses, and it uses self.start and self.stop,
      which aren't defined on this class or its subclasses.  This is purely
      my own fault -- I added this in rev 1.4 and apparently never tried to
      use it.  Since it's not documented, and of very questionable use given
      that there's no tell(), I'm ripping it out.
      
      This resolves SF bug 416199 by Andrew Dalke: mailbox.py seek problems.
      2b5ff073
  5. 31 Ock, 2001 1 kayıt (commit)
    • 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
  6. 24 Ock, 2001 1 kayıt (commit)
  7. 12 Ara, 2000 1 kayıt (commit)
  8. 23 Eki, 2000 1 kayıt (commit)
  9. 30 Eyl, 2000 1 kayıt (commit)
  10. 22 Eyl, 2000 1 kayıt (commit)
  11. 14 Eyl, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      Detlef Lannert <lannert@uni-duesseldorf.de>: · e108a027
      Fred Drake yazdı
      mailbox.py (from the CVS tree) doesn't work with qmail Maildirs:
      Filenames are completed when the directories are scanned, and
      the directory name is prepended again in the next() method.
      
      Another suggestion: Change the print statement in the _test()
      driver to show two more date characters (probably the length
      has increased due to the recent Y2K hype ;). Now it shows the
      complete date, including the seconds -- at least for me. (I've
      also made the sender field left justified, in case it is ever
      shorter than the field width).
      e108a027
  12. 11 Agu, 2000 1 kayıt (commit)
  13. 10 Agu, 2000 1 kayıt (commit)
  14. 09 Tem, 2000 1 kayıt (commit)
  15. 04 Nis, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Since Thomas Wouters kept complaining that he wants access to the the · 1571a1e3
      Guido van Rossum yazdı
      Unix From lines, change the UnixMailbox class so that _search_start()
      positions the file *before* the Unix From line instead of after it;
      change _search_end() to skip one line before looking for the next From
      line.  The rfc822.Message class automatically recognizes these Unix
      From lines and squirrels them away in the 'unixfrom' instance variable.
      1571a1e3
  16. 10 Şub, 2000 1 kayıt (commit)
  17. 14 Ara, 1999 1 kayıt (commit)
  18. 24 Mar, 1999 1 kayıt (commit)
  19. 23 Ara, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch by Mike Meyer: · 9a4d6373
      Guido van Rossum yazdı
      Add a class to mailbox.py for dealing with qmail directory mailboxes.
      The test code was extended to notice these being used as well.
      9a4d6373
  20. 20 Tem, 1998 1 kayıt (commit)
  21. 02 Tem, 1998 1 kayıt (commit)
  22. 17 Haz, 1998 1 kayıt (commit)
  23. 03 Nis, 1998 1 kayıt (commit)
  24. 26 Mar, 1998 1 kayıt (commit)
  25. 22 Eki, 1997 1 kayıt (commit)
  26. 15 May, 1997 1 kayıt (commit)
  27. 08 May, 1997 1 kayıt (commit)
  28. 27 Kas, 1996 1 kayıt (commit)
  29. 17 Eyl, 1996 1 kayıt (commit)
  30. 25 Ock, 1996 1 kayıt (commit)
  31. 23 Eki, 1995 1 kayıt (commit)
  32. 06 May, 1994 1 kayıt (commit)
  33. 28 Nis, 1994 1 kayıt (commit)