10 Commits (d932d3db56ae06e48a0a03af934c3232c8da89f5)

Author SHA1 Message Date
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.
11 years ago
mscdex 977484ce7e lint 11 years ago
mscdex 409577fdf8 add support for QUOTA 11 years ago
mscdex 008332036f add support for ESEARCH 11 years ago
mscdex f176494188 test: add Connection tests for split fetch responses 11 years ago
mscdex 5eb8334553 module rewrite 11 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