[ python-Bugs-1004271 ] imaplib.IMAP4.select doesn't return critical data

SourceForge.net noreply at sourceforge.net
Sat Aug 7 17:28:45 CEST 2004


Bugs item #1004271, was opened at 2004-08-06 00:53
Message generated for change (Settings changed) made by mwh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1004271&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Charles (melicertes)
>Assigned to: Piers Lauder (pierslauder)
Summary: imaplib.IMAP4.select doesn't return critical data

Initial Comment:
The .select() method of IMAP4 objects  returns the
EXISTS data, but not the more-critical UIDVALIDITY
data.  Without UIDVALIDITY, the UID command is useless.

I have a patch, but it changes the API of the .select()
method, so it's unlikely to go into mainline -- and
select() also fails to return two other data items from
the SELECT command (FLAGS and RECENT).


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1004271&group_id=5470


More information about the Python-bugs-list mailing list