imap_copy icon indicating copy to clipboard operation
imap_copy copied to clipboard

Needed to change it a bit for me

Open fransstudio2 opened this issue 6 years ago • 1 comments

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

fransstudio2 avatar Mar 08 '18 22:03 fransstudio2

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.

rwarford avatar Oct 29 '18 00:10 rwarford