Adam Chlupacek
Adam Chlupacek
I have just released 0.4.0-M1 which is the first build with scala 2.13 support.
@dcohen21 Hey, sorry for such a late reply. I will go through the Readme and fix all the examples. We are still in kind of development with the library. I...
@vatel sorry for late response, you can try to hit me on gitter next time, I am there all the time a and usually have time to reply atleast the...
@vatel do ask in the fs2 gitter about anything fs2 related, there is great community of people who will reply to basically an fs2 and FP problem you have.
@dcohen21 @vatel Just quick clarify to the API until I have time to properly give some love to the readMe. the SSLEngine is not created since it kinda depends on...
Just a few things, do not use `null` no fs2-* libraries are ready for that, and they will most likely fail horribly if they encounter it. The exception you are...
@vatel Glad you found solution to your problem. Currently it is split headers and body parts separately. as for getting the whole body strictly into byte array etc, its just...
@vatel Sadly you cannot do it in any other way than it being split in body parts. I am not aware of any other way that IMAP would provide.
@jarrodu Hey there, you can use the example I gave on the 25th april here. I will try to get the fixes ASAP into the ReadMe file, sorry, I have...
@eikek Hello there, Sorry for a bit delayed response, I have found out the issue, and made a fix for it #57 , it should be merged in during next...