rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
130 stars 30 forks source link

Fix broken --list_boxes #39

Closed poldy79 closed 2 years ago

poldy79 commented 2 years ago

convert "boxes" parameter in pretty_print_mailboxes from bytes array to properly decoded string using imap_utf7.decode to fix broken "--list_boxes" option.