Vladimir Kaukin

Results 30 comments of Vladimir Kaukin

I have checked it and it works. Try to check delimiters, for example for YANDEX box name will be: `folder_name = '70 发票|lli哦i哦 噢'` Delimiter is "|"

Try to run with debugger. What mailbox provider?

``` folder_name = '70 发票|lli哦i哦 噢' for f in mailbox.folder.list(): print(f.name) print('exists:', mailbox.folder.exists(folder_name)) ``` > INBOX > 70 发票 > 70 发票|lli哦i哦 噢 > ... > exists: True Try to...

Try to run code like this: `mailbox.folder.list('', 'INDEX')` Is it works? Then some more complex: `mailbox.folder.list('', 'INDEX/123')` ...

> Would you mind opening an issue related to this so we can properly track the feature? https://github.com/Bogdanp/django_dramatiq/issues/171 Done

@andrewgy8 , may you help me with conflict? Also, I've changed the names for more clarity.

PR it is ready to check now. (Finally, I got around to it and remembered how to synchronize the fork code of the project)

Please let me know if I'm missing something. The changes are ready for review.

I resolved the conflicts after the recent merges, I will be glad for a reaction after 4 months.