Results 50 comments of checkymander

The e-mail that it's attempting to display, does it have a SenderName and a Subject?

well, I don't exactly have a polish box to test against as this was developed primarily with the English version of outlook. However, I added some try catches to the...

Hey, sorry I guess I never got notified about this issue? I recently just made some changes to the code and tested against localhost and it seems to be working...

This is on the base H.Pipes library, with no formatter libraries installed/in-use

This is the sendcode I use ``` DelegateMessage dm; IEnumerable parts = json.SplitByLength(50000); foreach (string part in parts) { if (part == parts.Last()) { dm = new DelegateMessage() { uuid...

In MacOS, `ls` returns a root path as `/System` instead of `/` confirm if that's correct

Seems to be fine outside of gitlab runners

One of the oracles! Thanks for your input! Unfortunately due to the nature of this specific program, we can't not include the apphost since it's something that needs to be...