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
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