POP3 documentation bug

[email protected] Wed, 09 Sep 2009 03:25:45 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from Magneto <None>:

listMessages in pop3.py has a bug in the documentation.
This happens if the amount of email in the mailbox is really 1 only. The documentation says that you should return a list of integer sizes if "i" is none which in this case, the user will rightly return [size] (1 int value in a list) .
Subsequently getMessage will hang. 



----------
Type     : defect
Component: mail
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4012