Soulfreezer

Results 11 comments of Soulfreezer

Thnx! Maybe my Server is not correct configured. The explicit "expunge()"- call will work in my special-case :)

Hi Vincent, now I have another problem here. I call here in my example above the expunge-function explicit. The exchange-server doesn't execute it implicitly on close(), even though the RFC...

For me it is surprising from the user's point of view, because a timeout simply occurs after a certain time, even though there are ALWAYS read and write operations. There...

I have already mentioned this in my request. But this is more of a workaround for me.

I just wanted to _report_ this behavior, because according to the documentation it sounded to me like the timer should have been reset automatically with the next async_read(...). It was...

Maybe each async method could **pull** the last set expiry time, when it was not possible to set it before because of pending? Here is some pseudo code (mutexes may...

Do you mean to use clang from cygwin or compile it with clang analogous to clang-tidy from Windows?

I once compiled it now with clang (windows-binary), but that only works if I am also in the Windows environment completely. But my program needs a complete **posix** compatible environment,...

I now have no idea how to configure clangd and clang-tidy correctly under windows for a posix linux project. I have now even tried it with msys2 and here too...