Alex Indigo
16dfe6a894
#276 Made parseHeader parse only header and ignore message's body + test.
11 years ago
mscdex
c7f5171cb2
test: use lowercased filenames in test runner
11 years ago
mscdex
4729de2dab
Parser: fix header parsing so that folded whitespace between adjacent MIME encoded-words is ignored
11 years ago
mscdex
739236fa7a
test: update simulated connection tests
11 years ago
mscdex
8c68fcc23d
Parser: relax continuation response checking for broken IMAP server implementations
11 years ago
Ross Johnson
d932d3db56
Fix crashing fetch tests by setting keepalive = false
...
When keepalive = true (the default), additional IDLE requests are sent
to the IMAP server. The mock IMAP servers in the tests are not set up
to respond to the IDLE request.
12 years ago
mscdex
977484ce7e
lint
12 years ago
mscdex
409577fdf8
add support for QUOTA
12 years ago
mscdex
008332036f
add support for ESEARCH
12 years ago
mscdex
f176494188
test: add Connection tests for split fetch responses
12 years ago
mscdex
5eb8334553
module rewrite
12 years ago
Brian White
27d2ae8c8d
Save message part's disposition type where available
...
Closes #59
Thanks @asutherland
12 years ago
Brian White
36e3a1743c
Add namespace parsing tests
12 years ago
Brian White
46258a961d
Adjust style for FETCH response parsing tests
12 years ago
Brian White
82bf5911ac
Add FETCH response parsing tests
12 years ago