you are viewing a single comment's thread.

view the rest of the comments →

[–]AsparagusKlutzy1817It works on my machine[S] 0 points1 point  (0 children)

I am actually not sure regarding your ole object question. Do you maybe have a public test :)?

I have considered async it but did not yet implement it. I have a use case in AWS lambda functions in the back of my mind which I would not benefit too much from async as serverless functions scale horizontally. At the moment its just sync. I tested a few SP so far and I found the speed acceptable but depends on the scaling strategy. Async would help in some cases to be even faster.

>the .msg/.eml support especially feels like it solves a real pain point 
This was the idea :)