This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Sjoerder, ezio.melotti, georg.brandl
Date 2009-07-07.09:14:25
SpamBayes Score 0.0018559155
Marked as misclassified No
Message-id <1246958067.17.0.120147910431.issue6425@psf.upfronthosting.co.za>
In-reply-to
Content
The 4th paragraph in the section IMAP4 Objects [1] specifies that:
"The message_set options to commands below is a string specifying one or
more messages to be acted upon. It may be a simple message number ('1'),
a range of message numbers ('2:4'), or a group of non-contiguous ranges
separated by commas ('1:3,6:9'). A range can contain an asterisk to
indicate an infinite upper bound ('3:*')."

A link to this paragraph could be added in the methods where message_set
is used.

[1]: http://docs.python.org/library/imaplib.html#imap4-objects
History
Date User Action Args
2009-07-07 09:14:27ezio.melottisetrecipients: + ezio.melotti, georg.brandl, Sjoerder
2009-07-07 09:14:27ezio.melottisetmessageid: <1246958067.17.0.120147910431.issue6425@psf.upfronthosting.co.za>
2009-07-07 09:14:25ezio.melottilinkissue6425 messages
2009-07-07 09:14:25ezio.melotticreate