mscdex

Results 571 comments of mscdex

The only "dependency" is that any custom (including OS-provided) magic database file be compatible with the version of libmagic included in `mmmagic`. If the built-in magic database file is used,...

Do you have a way to reliably reproduce the issue that I can use on my end?

If that's the case, shouldn't we be removing the `memset()` also?

I'm assuming you're referring to the use of Buffers as values for replacement in a query string?

In order to search by date _and_ time, your IMAP server needs to support the `SORT` capability, which provides an `ARRIVAL` search criteria (I believe you may have to use...

@liangmark It would only work if you're connecting to gmail.

That's totally dependent upon the magic file you use and/or a possible bug in libmagic. Can you check if it's one or the other?

This isn't something on my radar currently, but I'm open to PRs to add such functionality.

Is your `'message'` (or more specifically the `'body'`) event handler called twice? If so, then perhaps it's a bug/issue with `mailparser`.

Yeah this is expected currently, as the placeholders are replaced with quoted values (except for `null`/`undefined` of course).