1. 24 Ock, 2001 1 kayıt (commit)
  2. 23 Ock, 2001 1 kayıt (commit)
  3. 14 Ock, 2001 1 kayıt (commit)
  4. 25 May, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      Piers Lauder <piers@cs.su.oz.au>: · fd267d99
      Fred Drake yazdı
      This patch adds a comment about quoting to the doc string,
      and also checks that the 'flags' argument to the STORE command
      is appropriately enclosed inside parentheses to avoid quoting.
      fd267d99
  5. 28 Mar, 2000 2 kayıt (commit)
    • Guido van Rossum's avatar
      Fredrik Lundh: · 93a7c0fe
      Guido van Rossum yazdı
      This fixes a bunch of socket.connect(host, post) calls.  Note that I
      haven't tested all modules -- I don't have enough servers here...
      93a7c0fe
    • Guido van Rossum's avatar
      Piers Lauder: · 66d45139
      Guido van Rossum yazdı
      This patch fixes the "search" command in imaplib. The problem
      was that a search can take multiple arguments, but as defined,
      would only accept one.
      
      I have also made changes to the test code at the end to be less
      verbose by default, but to accept a verbosity argument.
      66d45139
  6. 28 Şub, 2000 2 kayıt (commit)
  7. 24 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Piers Lauder: · 19ce91be
      Guido van Rossum yazdı
      	A change in my last patch could, under certain circumstances,
      	cause a loop if the connection to the server dropped while
      	waiting for a command completion. I've changed the code to
      	re-raise the error after possible debugging output.
      19ce91be
  8. 17 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patches by Piers Lauder. · f36b1823
      Guido van Rossum yazdı
      Reasons for patches:
      
      1st patch (15,21):
      	version change
      
      2nd patch (66,72):
      	This is a patch I found in a Zope product release (quite by accident!).
      	It relaxes the conditions for matching a literal. I've looked over the
      	logic, and tested it, and it seems sensible.
      
      3rd patch (117,123):
      	It appears the quoting matcher was too general, and that the IMAP4
      	protocol requires characters like ':' in commands to be unquoted.
      	(This is the patch already sent to Guido.)
      
      4th patch (699,705):
      	Spelling correction in comment.
      
      5th patch (753,761):
      	Another patch from the Zope product. It seems that some IMAP4 servers
      	produce unexpected responses in the middle of valid command/response
      	sequences. This patch ignores the unexpected responses in this
      	situation. (How I wish users would send me bug reports with examples!).
      
      last 2 patches: (1015,1028) (1038,1044):
      	Minor improvements to test code.
      f36b1823
  9. 13 Ara, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      V 2.16 from Piers: · 8c062211
      Guido van Rossum yazdı
      	I've changed the login command to force proper
      	quoting of the password argument. I've also added
      	some extra debugging code, which is removed when
      	__debug__ is false.
      8c062211
  10. 21 Eki, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Piers Lauder writes: · 04da10c7
      Guido van Rossum yazdı
      """
      Jochen Hayek has reported a problem with some versions of IMAP4
      servers that choose to mix the case in their CAPABILITIES response.
      
      The patch below fixes the problem.
      """
      04da10c7
  11. 28 Eyl, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      New version from Piers Lauder, who writes: · 26367a00
      Guido van Rossum yazdı
      Added a debug function to replace 'print' statements.
      Ensured that response attached to 'NO' replies is passed back.
      added readonly exception.
      Rearranged method order into types.
      Ensure select returns a meaningful error on 'NO'.
      'NO' returns from authenticate and login raise error with last message,
      not list.
      26367a00
  12. 25 Haz, 1998 1 kayıt (commit)
  13. 18 Haz, 1998 1 kayıt (commit)
  14. 29 May, 1998 2 kayıt (commit)
  15. 20 May, 1998 1 kayıt (commit)
  16. 18 May, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Subject: bug fixes for imaplib.py · 46586822
      Guido van Rossum yazdı
      From: Piers Lauder <piers@staff.cs.usyd.edu.au>
      To: Python List <python-list@cwi.nl>
      Date: Mon, 18 May 1998 09:51:53 +1000
      
      Following is a context diff for imaplib.py in the Python1.5.1 distribution.
      It fixes 2 bugs. One to do with argument quoting, and the other to do with
      caching of un-tagged responses. Apologies for its size.
      46586822
  17. 05 May, 1998 1 kayıt (commit)
  18. 11 Nis, 1998 2 kayıt (commit)
  19. 09 Nis, 1998 2 kayıt (commit)