first of all, many thanks for taking the time to package the original gist into a proper Python module and distribute it on PyPI.
While trying to run mbox2gg, I found the command is broken following the latest version of imap_tools released yesterday wgucg dropped the imap_tools.Q alias - see https://github.com/ikvk/imap_tools/blob/master/release_notes.rst#0170. Since this alias is unused in the current version, I assumed removing its import should not be an issue.
Hi,
first of all, many thanks for taking the time to package the original gist into a proper Python module and distribute it on PyPI.
While trying to run
mbox2gg
, I found the command is broken following the latest version ofimap_tools
released yesterday wgucg dropped theimap_tools.Q
alias - see https://github.com/ikvk/imap_tools/blob/master/release_notes.rst#0170. Since this alias is unused in the current version, I assumed removing its import should not be an issue.