mscdex
mscdex
There's not much `imap` can do about that, it's up to the server to match and return the correct emails.
Sorry all, I haven't had time to look into this just yet.
Can you verify that this still happens with `mariasql` v0.2.6?
I can't help you with that, you'll have to ask on npm's issue tracker instead.
@egavrilov Can you please try with the [rewrite](https://github.com/mscdex/node-mariasql/tree/rewrite) branch?
It's only triggered when there's new mail in the mailbox that you currently have open.
Anything is possible. There currently is no binding to `libDestroy()` if that's what you're looking for. The other objects (e.g. `Transported`, `Account`, `Call`) will eventually have `close()` methods added too.
Try `utils: { sftp: ... }`
You need to rebuild node addons when you switch to a new major version of node. In the case of Electron, you need to rebuild addons using whatever tool they...
The reason the async prepared statements API is not used is because it's a real pain in the ass to work with (there's a lot of layers and associated state...