mscdex

Results 571 comments of mscdex

I don't know what to tell you then as `event.headers` seems to already have only lowercased header names. The only way you can get the "Missing Content-Type" error is if...

Well, you'll need to dig into the code and troubleshoot it yourself then because I have no explanation as to why you're receiving that particular error in this case.

I don't maintain typings for any of my projects, so you would need to contact whoever is maintaining those for `busboy`.

> An object would be better... I take it you haven't upgraded to v1.x?

I think a better and more backwards compatible solution would be to add a `'buffer'` charset that returns the Buffer instead of converting to string.

> Uhm, I do not follow you. You can specify the default character set when you create the `busboy` instance. Typically you'd specify something like `'utf8'` if you know all...

Additionally regarding the backwards compatibility, while this solution may work for your use case, breaking everyone else's code by adding another parameter to event handlers is not a good idea....

Try adding `client.setNoDelay(true);` once connected. Other than that, I have no suggestions.

Check any firewalls or security software you have in place. Something is blocking your traffic.

The IMAP RFC defines the `SINCE` criteria like: > Messages whose internal date (disregarding time and timezone) is within or later than the specified date. `imap` sends the `SINCE` value...