Menno Finlay-Smits
Menno Finlay-Smits
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/172
Originally reported by: **tomst (Bitbucket: [tomst](https://bitbucket.org/tomst))** --- This patch fixes calling folder_status on IMAP folders containing a quote (e.g. Nylas uses this on accounts with condstore enabled). https://github.com/closeio/imapclient/commit/35459e1d6aeca9a99f1d541892989d31d0f1b72c https://github.com/closeio/imapclient/commit/b9c12026fc61da29b5ddf9122faf6c6c5b09667d Maybe...
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- The unit tests can catch more problems the mocksignature/autospeccing features of Mock are used. --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/109
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- n/t --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/88
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- n/t --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/76
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- As per imaplib.proxyauth --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/75
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- As per login_cram_md5 in imaplib --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/73
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- deleteacl and myrights are missing --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/72
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- As per get/setannotation in imaplib --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/71
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- Handling BODY and BODYSTRUCTURE responses is pretty tricky. Add: - Properties to access the main and minor content type. - Named access...