[issue34138] imaplib RFC 6855 issue

2018-09-19 Thread Gordon Messmer
Gordon Messmer added the comment: PR 9436 should resolve the issue. Since the RFC requires the "UTF8 (" prefix in the "data" and not in the literal, that had to be moved into the _command function. This change should only affect the append() use, as that is currently the only function that

[issue34138] imaplib RFC 6855 issue

2018-09-19 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +8849 stage: -> patch review ___ Python tracker ___ ___

[issue34138] imaplib RFC 6855 issue

2018-07-18 Thread Sam Varshavchik
Sam Varshavchik added the comment: I don't have sufficient python or imaplib exposure to be able to implement full UTF8 APPEND functionality. I was merely investigating and researching what IMAP UTF8 support there was, in all existing client and server code I knew of. What I can propose is

[issue34138] imaplib RFC 6855 issue

2018-07-18 Thread R. David Murray
R. David Murray added the comment: Maybe we'll be luck and Maciej will still be interested :) -- nosy: +maciej.szulik ___ Python tracker ___

[issue34138] imaplib RFC 6855 issue

2018-07-18 Thread R. David Murray
R. David Murray added the comment: Would you care to propose a patch? That's likely the only way this is going to get fixed, unfortunately, as currently we have no one on the core team interested in imaplib. Which means it is also going to be hard to come up with someone to do the review