Nicolas Sebrecht
Nicolas Sebrecht
imapfw is definitely not ready. It's still very early stage. For a full comparison between offlineimap and mbsync I have no idea and I'm not aware of something like that...
For travis CI to get working you need to log on travis-ci.com and import the project from there. You should have the rights to do so @thekix . If not,...
BTW, you're now a OfflineIMAP organization owner.
Yes, I've seen issues with travis. It really looks like the tool isn't anymore what it used to be. I'd move to something else. The choice for Travis was years...
imapfw is not ready to download emails. I'd be happy to know more on your use case to get a bigger picture of your expected use case. What do you...
Thanks. > The other thing I'm not sure about is how an IMAP server would handle a message modified by the client. Do you have an idea? emails are mapped...
Forgot to say our _(WIP)_ documentation is available [on the website](http://imapfw.offlineimap.org/)
I think it is possible in two ways: - if you need the "real" IMAP server to take changes into account, the proxy has to propagate the changes (download, make...
There another possible way: write a real proxy. This would be the hard path but very interesting, BTW. In this case, imapfw should create a socket and allow triggers on...
There are different levels a proxy could act: - high-level (solution 1): the proxy exposes/tunes emails "on demand" when they are first downloaded and propagates changes back on "real". This...