-
mscdex committed
Dec 6, 2016 This commit was signed with a verified signature.mscdex mscdex
GPG key ID: 606D7358F94DA209 Learn about signing commits -
This commit was signed with a verified signature.
mscdex mscdex
GPG key ID: 606D7358F94DA209 Learn about signing commits -
Connection: fix 'this' reference
mscdex committedDec 6, 2016 This commit was signed with a verified signature.mscdex mscdex
GPG key ID: 606D7358F94DA209 Learn about signing commits -
This commit was signed with a verified signature.
mscdex mscdex
GPG key ID: 606D7358F94DA209 Learn about signing commits -
This commit was signed with a verified signature.
mscdex mscdex
GPG key ID: 606D7358F94DA209 Learn about signing commits -
This commit was signed with a verified signature.
mscdex mscdex
GPG key ID: 606D7358F94DA209 Learn about signing commits -
Dovecot might answer DONE with some statistics: IDLE OK Idle completed (0.001 + 0.093 + 0.092 secs). The plus character passes RE_PRECEDING which leads to dead end code-wise.
This commit was signed with a verified signature.mscdex mscdex
GPG key ID: 606D7358F94DA209 Learn about signing commits
-
mscdex committed
Sep 16, 2016 This commit was signed with a verified signature.mscdex mscdex
GPG key ID: 606D7358F94DA209 Learn about signing commits -
mscdex committed
Sep 16, 2016 This commit was signed with a verified signature.mscdex mscdex
GPG key ID: 606D7358F94DA209 Learn about signing commits
-
mscdex committed
Apr 12, 2016
-
mscdex committed
Dec 21, 2015 -
-
mscdex committed
Oct 23, 2015
-
Connection: workaround broken IMAP servers
mscdex committedAug 27, 2015
-
mscdex committed
Jul 16, 2015 -
Connection: use socket.end() instead of socket.destroy()
mscdex committedJul 16, 2015
-
Connection: pass COPYUID info if server has UIDPLUS
mscdex committedJul 13, 2015
-
Merge pull request #435 from wavify/ignore-invalid-first-line
mscdex committedNov 10, 2014 Fix a crash when parsing the first header line that starts with a whitespace
-
Parser: ignore invalid first line that starts with a whitespace
chotiwat committedNov 10, 2014
-
Merge pull request #424 from mercmobily/master
mscdex committedOct 3, 2014 Added socketTimeout option to ensure that OS-level timeouts are handled by node-imap
-
Applied a default to config.socketTimeout, renamed error name to some…
Tony Mobily committedOct 3, 2014 …thing more specific, added space for style
-
Added socketTimeout option, which ensure that OS-level timeout is han…
Tony Mobily committedOct 3, 2014 …dled for all sockets handled by the library
-
mscdex committed
Sep 22, 2014
-
Connection: allow more keepalive configuration
mscdex committedSep 10, 2014 -
mscdex committed
Sep 10, 2014
-
mscdex committed
Aug 31, 2014 -
Parser: ensure no socket read if push() calls _read() during body finish
mscdex committedAug 31, 2014 This Fixes an edge case where the following happens: * a body stream had data pushed to it such that the highWaterMark was reached * when the body stream buffer dips below highWaterMark, _read() is called * _read() tries to read more data from the socket, which pushes the last part of the body * the last body part push() again calls _read() which in turn reads more data from the socket * at this point the parser state is not stable because _body._read and _body are not reset yet, this causes the parser to potentially try to start reading the beginning of a response in the middle of the data for another fetch result for example Fixes #345
-
Parser: decode names in envelope
mscdex committedAug 17, 2014
-
mscdex committed
Aug 15, 2014