[issue13446] imaplib, fetch: improper behaviour on read-only selected mailboxes

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: This patch has been languishing for five year. Do you still like to fix your problem? Please provide a new patch (unified diff) against 3.6. -- nosy: +christian.heimes status: open -> pending versions: +Python 3.6, Python 3.7 -Python 2.6, Python 2.7,

[issue13446] imaplib, fetch: improper behaviour on read-only selected mailboxes

2011-11-23 Thread Charalampos Nikolaou
Charalampos Nikolaou char.nikol...@gmail.com added the comment: Hi, actually I must have found the real culprit. And this is that imaplib does not include a function for the EXAMINE command. What it does is that when a user selects a mailbox as readonly, it executes an EXAMINE command instead

[issue13446] imaplib, fetch: improper behaviour on read-only selected mailboxes

2011-11-21 Thread Charalampos Nikolaou
New submission from Charalampos Nikolaou char.nikol...@gmail.com: I would like to report a misbehaviour on the fetch command of imaplib when used with mailboxes that have been opened as read-only. In such cases, when you fetch a message (using for instance RFC822), the mail is not marked as