imap_copy
imap_copy copied to clipboard
Needed to change it a bit for me
Needed to change the line 100 to
new_source_mailbox = d.split('"')[2].lstrip()
Not sure why, but I am using a german server.
Python 2.7.6, WSL
I had this problem as well. In my case it was because one of the servers I was using didn't quote the mailbox name. I will add a pull request with a fix.