commit | 66d451397577a7710902b75104839afc7ca05b81 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Mar 28 20:20:53 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Mar 28 20:20:53 2000 +0000 |
tree | b88e6e6a57361bacf4d1b58b04260aa3b19f8945 | |
parent | 84306246f1d9a70b887881e029a082aab8db9211 [diff] |
Piers Lauder: 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.