Quote:
Originally Posted by Tanjamuse
Here's a screenshot of my settings. I've deleted my mail account and password, if you want another image with that, I'll send you one on a PM.
|
Turns out this is a bug in Python's imaplib library--it doesn't quote the folder name when there's a space. Not sure why is hasn't been fixed before.
However, because it *does* check for starting/ending " and *not* quote strings that have them, it's safe for us to manually quote it.
New test version (
direct link).
- Improvements to basic chapter_title_strip_pattern, add warning comments for same.
- Add dblquotes around folder name on IMAP lookup.