3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor fixes & mroe tests More... about 18 years ago
fixed handling of mailbox flags in IMAPParser._parse_response_data More... about 18 years ago
more unittests More... about 18 years ago
- fix uppercase form of parenthesized items in response code - fix stupid typo in definition of CAPABILITY response code. How could that worked??? More... about 18 years ago
patch unittests More... about 18 years ago
fixed IMAPResponse.__eq__ More... about 18 years ago
yet another testing update More... about 18 years ago
at first, read one line of data, then feed the server with another command - IMAPParser.loop() More... about 18 years ago
pylint fixes (+ removing that IMAP4-UTF8 TODO) More... about 18 years ago
another testing... More... about 18 years ago
- unicode fixes - handling of disconnect More... about 18 years ago
IMAP4's Modified UTF-7 encoding (based on Twisted IMAP's implementation, MIT license) More... about 18 years ago
updated __all__ More... about 18 years ago
- fix the test_preauth_with_capability() to use capital letters - more tests More... about 18 years ago
fix Response Code parsing when we expect number More... about 18 years ago
uppercase fixes for Response Code and its arguments More... about 18 years ago
proper __eq__ for ymaplib.IMAPNIL More... about 18 years ago
uniitest for ymaplib More... about 18 years ago
return uppercase Response Code identifier (not the actual values, though - see the comment) More... about 18 years ago
extracted IMAPParser.start_worker() from __init__ More... about 18 years ago
pylint fixes More... about 18 years ago
- merged IMAPParser._send_command() into IMAPParser.loop() - quotation marks in IMAPParser._write() logging - support for (UID) SEARCH, (UID) FETCH, (UID) SORT, THREAD commands - better error reporting in IMAPParser._get_line() - IMAPParser._parse_line() - scream if we got a command-continuation request - modified test_ymaplib_IMAPParser.py to reflect present state of IMAPParser More... about 18 years ago
- fixed delay in ProcessStream.has_data() - exception handling in IMAPParser.WorkerThread - de-looped the IMAPParser.loop() - new IMAPParser.cmd_*() skeletons More... about 18 years ago
Better way to do the I/O. Actually, it should work now :) More... about 18 years ago
*BROKEN* experiment with threading. Doesn't work :(. More... about 18 years ago
- moved imports from ProcessStream to module scope - fixed ProcessStream.has_data() to check for POLLIN only - moved parsing of FETCH response to the new function (with some fixes) - new IMAPEnvelope More... about 18 years ago
- better delays in IMAPParser.ResponsesStreamThread - better parsing of FETCH responses - and better parsing of parentehsized line :) More... about 18 years ago
moved the definitions of exceptions to the global module scope More... about 18 years ago
support for escape sequences inside a quoted string More... about 18 years ago
testing of ymaplib.IMAPParser More... about 18 years ago