mscdex
mscdex
The RTP port range is configurable. You need to pass `port` and `portRange` in [the transport config](http://www.pjsip.org/pjsip/docs/html/structpj_1_1TransportConfig.htm#a0d33f55df2649c47fe60b72db9b5e1ae).
The argument passed to `'close'` event handlers is merely what's passed from node core and is more of a historical thing. I'm not sure I understand the problem though, you...
If the issue is only present with Promises, then that's outside the scope of this project.
I'm not quite sure what your email client is doing. IMAP authentication almost always involves a username and some kind of password.
That's what I meant. I've never seen an email address be used as part of the authentication.
Since I'm not familiar with that kind of setup, there's not much I can tell you other than I'm confident it must be already possible with this module since all...
This isn't very feasible unfortunately because of how (from what I've seen and how I interpret the RFC) IMAP servers return partial bodies. Basically it boils down to there being...
I agree it can be useful. The only way I see this working generally though is we would have to disallow fetching multiple partial bodies that start at the same...
@pmccarren What problem is that?
I'm not too thrilled about the magic in #156, I'd rather see a separate token (e.g. 'include_dyn') for this behavior to make it very clear what is expected. @visionmedia Any...