| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New version from Piers Lauder, who writes: | Guido van Rossum | 1998-09-28 | 1 | -88/+115 |
| | | | | | | | | | | | 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. | ||||
| * | Piers' latest version, labeled 2.11. This time he integrated my | Guido van Rossum | 1998-06-25 | 1 | -18/+14 |
| | | | | | | changes, and made only a few minor changes. No changes of my own this time. | ||||
| * | Piers' latest version -- authentication added by Donn Cave. | Guido van Rossum | 1998-06-18 | 1 | -41/+175 |
| | | |||||
| * | Improve the self-test code a bit: read a host from sys.argv[1] if set, | Guido van Rossum | 1998-05-29 | 1 | -2/+8 |
| | | | | | and list the host name when prompting for the password. | ||||
| * | Piers Lauders' latest version, with some of my own changes reapplied. | Guido van Rossum | 1998-05-29 | 1 | -10/+31 |
| | | | | | Also replaced random()*32000 with randint(0, 31999). | ||||
| * | Use random instead of whrandom. | Guido van Rossum | 1998-05-20 | 1 | -2/+2 |
| | | |||||
| * | Subject: bug fixes for imaplib.py | Guido van Rossum | 1998-05-18 | 1 | -35/+48 |
| | | | | | | | | | | | 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. | ||||
| * | Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- some | Guido van Rossum | 1998-05-05 | 1 | -3/+0 |
| | | | | | | servers support LOGIN but don't advertise it. If it's not supported the protocol will respond NO. Approved by Piers Lauder. | ||||
| * | New revision -- sometimes it's AUTH-LOGIN, sometimes AUTH=LOGIN! | Guido van Rossum | 1998-04-11 | 1 | -2/+5 |
| | | |||||
| * | New version doesn't require REV1 capability. | Guido van Rossum | 1998-04-11 | 1 | -11/+25 |
| | | |||||
| * | Piers' new version (but I unfolded a few doc strings). | Guido van Rossum | 1998-04-09 | 1 | -13/+11 |
| | | |||||
| * | Piers Lauder's IMAP module. | Guido van Rossum | 1998-04-09 | 1 | -0/+792 |
