Kees

Results 136 comments of Kees

A replacement for .net remoting like a rest api would also be a nice thing

Why mention it when you don't are planning to make it opensource?

You can put your executing state in a job map and read that from the client if you are on the full .net framework. Something like I do here. ```c#...

> There's a `IJobStore.GetTriggerState(TriggerKey triggerKey, CancellationToken cancellationToken = default)` method that should allow you to obtain this information, but for some reason it returns **TriggerState.Normal** when the trigger is executing....

I made a demo program that uses MailKit IDLE to connect to an IMAP server. It can handle multiple connections. I tested it with 40 mailboxes all in IDLE mode...

Thanks...didn't know that. I fixed it in the example

When I have some time I will update the IMAP idle demo :-)

Hi @jstedfast , I was trying to upgrade my MailKitImapIdler but I have some issues. Can you tell me what the replacement is for the `folder.MessagesArrived += MessagesArrived;` event?

In the past I have written something to convert EML to MSG format so it would be easy to make this work the other way around. It already uses mimekit...

Hi, Small question. Is it safe to say ... IKVM is dead .... long live the mono fork?