[issue5305] imaplib should support international mailbox names

2014-10-10 Thread C Fraire
C Fraire added the comment: >> the twisted imap API is problematic for imaplib because twisted seems to >> expect its arguments to already be Python unicode. >Could you elaborate on this? As far as I can tell, it works fine: I wasn't addressing encode/decode specifical

[issue5305] imaplib should support international mailbox names

2012-01-23 Thread C Fraire
C Fraire added the comment: I've used the PloneMailList implementation in another project. It works well to add 'imap4-utf-7' as codec. The twisted imap implementation seems to have been updated to properly support non-printable ASCII, but the twisted imap API is problema