Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging the mail details received from server #454

Open
wants to merge 74 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
a1705c9
Debug raw data also
phgrey Feb 25, 2015
03ee2a1
additional checks on lost _curReq
phgrey May 28, 2015
41082bd
one more error hadling - simple quick way
May 30, 2015
64b5043
one more fetch error failing
May 31, 2015
b76591b
one more fetch error failing, null instead of string
May 31, 2015
55c8fa8
one more fix under siege
phgrey May 31, 2015
bd2645e
Merge branch 'master' of github.com:phgrey/node-imap
phgrey May 31, 2015
7f4b95d
just marking the errors found
phgrey May 31, 2015
b7efa5d
one more bug in node-imap
Jun 4, 2015
2aefa35
trying to create nice error event on parser
Jun 5, 2015
1540b03
error handling in parser
phgrey Jun 5, 2015
efeacfa
sieging
Jun 7, 2015
8b5e547
Merge remote-tracking branch 'origin/master'
Jun 7, 2015
e4dd73b
adding alive event
phgrey Jun 30, 2015
947d4ce
alive event for non-idle servers
phgrey Jun 30, 2015
347efb7
one more server type handling in alive
phgrey Jun 30, 2015
b29c07c
fixing broken mails with multiline subject
phgrey Jul 17, 2015
c2892e7
rolling back
phgrey Jul 19, 2015
fac7283
forward
phgrey Jul 19, 2015
25fbc52
rolling back
phgrey Jul 19, 2015
8ef5b30
gitignore itself
phgrey Jul 24, 2015
4ffb3cd
error logging
phgrey Aug 7, 2015
8832db9
alive moving
phgrey Aug 7, 2015
f663768
a few major bugfixes
phgrey Aug 10, 2015
ff5afd4
one more imap module fix
phgrey Aug 11, 2015
5ffcc44
2 more verid errors are gone
phgrey Aug 25, 2015
89e1198
cb on method end
phgrey Aug 25, 2015
a38f955
all error handlings are removed
phgrey Aug 26, 2015
99f1d1a
reverting LATE SIEGE
phgrey Aug 26, 2015
fa91a67
getting back late siege
phgrey Aug 26, 2015
f8000f1
node 0.12 error handling on tls connect
phgrey Aug 28, 2015
f978083
one more err fixing in imap
phgrey Sep 3, 2015
ce4901c
one more fix
Sep 10, 2015
0476680
Merge remote-tracking branch 'origin/master'
Sep 10, 2015
6ca7fbf
rollback
Sep 11, 2015
992840a
some additional comment
phgrey Sep 11, 2015
70a896c
trying to fix sleeping by refix late siege
phgrey Sep 11, 2015
a75bcaa
one more comment
phgrey Sep 14, 2015
e81e1d3
'close' event rising
Sep 24, 2015
7826a6e
Merge remote-tracking branch 'origin/master'
Sep 24, 2015
0f467f3
one more siege
phgrey Sep 28, 2015
49bb573
tls quickfix
phgrey Nov 6, 2015
df0e973
startls sub-socket error thrown repair
phgrey Nov 9, 2015
4bf584f
one more event through 2-level tls socket
phgrey Nov 9, 2015
3dba2b4
starttls fixed, 163.com marked, email in error
phgrey Nov 13, 2015
ca46001
workersdeath marked
Nov 18, 2015
d1dfbcf
several major fixes
Nov 18, 2015
be890a0
end event throwing through the sockets
phgrey Nov 19, 2015
140e82e
Merge remote-tracking branch 'origin/master'
phgrey Nov 19, 2015
4dd0c9d
end event throwing through the startls sockets
phgrey Nov 19, 2015
801e812
and no matter if we forgot about timers
Nov 20, 2015
26032f8
and do not call me, timers! ever!
phgrey Dec 14, 2015
fca2f06
still under siege
phgrey Feb 15, 2016
a87f20b
Merge branch 'master' into prod
phgrey Feb 16, 2016
bdfd9d8
one obsolette check removing
phgrey Mar 7, 2016
222f8b6
folder default value for status request
phgrey Mar 9, 2016
e945dbc
minor fix to do not lose connections
phgrey Mar 10, 2016
85bce98
Revert "minor fix to do not lose connections"
Mar 12, 2016
e87f660
one more siege
phgrey Mar 12, 2016
054d064
one more siege - fix
phgrey Mar 12, 2016
ecd91a8
one more siege is logged
phgrey Mar 15, 2016
da518f9
one more siege
phgrey Mar 18, 2016
75c8a51
some more logs and a timeout
phgrey Mar 22, 2016
e578f19
again aliving on parser's other
phgrey Mar 23, 2016
ed7107c
timeout to work correct
phgrey Mar 24, 2016
1281d14
post-done enhancements
phgrey Mar 25, 2016
5d3820e
all new mails are sent in case of exists response
phgrey Mar 25, 2016
62838ec
one more event propagating to be sure we do react on exists/fetch/ex…
phgrey Apr 12, 2016
b117766
made all fields except the UID optional when fetching
destel Apr 13, 2016
8828b1f
Merge pull request #1 from destel/master
phgrey Apr 14, 2016
4d0f418
Workaround for untagged status updates w/o UID field
destel Apr 19, 2016
ec3658e
fix of previous workaround
destel Apr 19, 2016
79f9bb9
Removed extra debug
destel Apr 22, 2016
a630b74
Merge branch 'master' of github.com:readdle/node-imap
phgrey May 5, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules
.idea
Loading