Re: [trojita] Building IMAP core.

2015-09-08 Thread Peter Bočan
Hello, I’m currently in the stage of understanding how your code is working. :) Don’t worry with Mac, that’s not the problem for now ( http://lists.qt-project.org/pipermail/qt-creator/2015-July/004848.html ). I’m basicall

Re: [trojita] Building IMAP core.

2015-09-08 Thread Jan Kundrát
On Tuesday, 8 September 2015 23:16:58 CEST, Peter Bočan wrote: I want to provide fully-functional IMAP protocol to my Qt application. Hi Peter, I'm afraid I'm not any wiser here. You're apparently taking bits and pieces out of Trojita an expect our support. I don't think we can help you while

Re: [trojita] Building IMAP core.

2015-09-08 Thread Peter Bočan
Not yet, Thomas :) … I want to provide fully-functional IMAP protocol to my Qt application. I’ve tried to build VMime library and that really hurts (especially on Windows). I had issues with Qt 5.5 and C++11/C++14 features in QString (missing u32string, u16string, so on…) which forced me to li

[trojita] Re: Building IMAP core.

2015-09-08 Thread Thomas Lübking
On Dienstag, 8. September 2015 21:48:42 CEST, Peter Bočan wrote: I do wonder how to test the IMAP part? Which classes are essential and where to start? Assuming you're not asking for how to run the unit tests: you're basically asking "What tools do I need? How do I use them?" but you're not t

Re: [trojita] Building IMAP core.

2015-09-08 Thread Peter Bočan
Hello Jan, I do wonder how to test the IMAP part? Which classes are essential and where to start? I’ve managed to compile it on OS X (Qt 5.5) and I had to replace C++ STL code with Qt equivalents, but that seems like a problem on my side - I’ve had linkage issues against C++ STL libraries. T