Nicolas Sebrecht
Nicolas Sebrecht
The only supported factorization way is [configparser interpolation](https://docs.python.org/2/library/configparser.html). I'd welcome some templating support in `contrib/`. I think I'd go with jinja2.
I'm not sure about this. This would mean maintaining a website and we don't have the money for this. Also, our users usually are advanced enough to configure the client....
You're right. I've read more about this. I don't think we want offlineimap to become a client of HTTP webservices.
Sure! My point is more about the source code. It's highly tied to IMAP. Actually, offlineimap is written as a (big) wrapper of IMAP. I believe this would be hard...
Yes, that's what I've started to do in imapfw.
Requires to be documented in `known issues`.
Done in cd962d4.
Ok. I know current behaviour sucks. Sadly, it's hard to handle this properly so don't expect this to be fixed soon.
Hi Edward, 1. Yes, I've already suggested to handle the second Ctrl-c as hard exit. 2. On resume the timeout might require to wait until the local time is adjusted....
Fix to force OfflineIMAP to stop with consecutives `ctrl+c` was merged some days ago. Will be in the next release (6.7.0-rc2). AFAIK, nobody worked on proper resume at wakeup.