root/imapclient/response_parser.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @304:239f24fbd17c [304:239f24fbd17c] 3 weeks Menno Smits <menno@…> updated copyright date to 2012
(edit) @282:e2d2b114427b [282:e2d2b114427b] 6 months Menno Smits <menno@…> clean up UID/SEQ distinction
(edit) @278:f702a10af3d6 [278:f702a10af3d6] 6 months Menno Smits <menno@…> Fix incorrect msg_id for UID fetch when use_uid is False (#99) Don't use …
(edit) @265:907c5153b355 [265:907c5153b355] 10 months Menno Smits <menno@…> Added normalise_times attribute (#96) Allows caller to select whether …
(edit) @230:92e425d7252a [230:92e425d7252a] 12 months Menno Smits <menno@…> Restructure BODY and BODYSTRUCTURE responses post-parsing to make tuple …
(edit) @229:85569119917a [229:85569119917a] 12 months Menno Smits <menno@…> Halfway through re-working how BODY/BODYSTRUCTURE is handled so the parser …
(edit) @208:3eeca2dda55d [208:3eeca2dda55d] 14 months Johannes Heckel <stone.pixel@…> Added an idle function and changed script to use imaplib2 if available. …
(edit) @204:ea3eff2a866a [204:ea3eff2a866a] 16 months Menno Smits <menno@…> Updated copyright dates to 2011 and fixed a number of incorrect and …
(edit) @195:f9d8c6ff0784 [195:f9d8c6ff0784] 16 months Menno Smits <menno@…> Handle [None] response in fetch response parser
(edit) @185:d3bb2bdee8e7 [185:d3bb2bdee8e7] 19 months Menno Smits <menno@…> Added is_multipart attribute to returned BODY/BODYSTRUCTURE tuples
(edit) @183:c769cdebad7b [183:c769cdebad7b] 19 months Menno Smits <menno@…> More tests and better error reporting for juxtaposed tuple handling
(edit) @182:f60b165dfc6a [182:f60b165dfc6a] 19 months Menno Smits <menno@…> Cleaned up implementation of juxtaposed tuple handling
(edit) @181:78af62651ae8 [181:78af62651ae8] 19 months Menno Smits <menno@…> Handling of juxtaposed tuples implemented. A little messy, needs cleaning …
(edit) @152:989709474b5a [152:989709474b5a] 2 years Menno Smits <menno@…> Lexer cleanup done. All tests passing.
(edit) @151:8b42bc92613a [151:8b42bc92613a] 2 years Menno Smits <menno@…> refactored Lexer classes. Not quite working yet.
(edit) @149:ee1c4e27b4e0 [149:ee1c4e27b4e0] 2 years Mark Hammond <mhammond@…> implement a lexer which performs 7x faster for us
(edit) @144:f644601710b1 [144:f644601710b1] 2 years Menno Smits <menno@…> #43: numeric folder names break list_folders Further hacks to the lexer …
(edit) @142:f5a6a5297de1 [142:f5a6a5297de1] 2 years Menno Smits <menno@…> Correctly handle \" in quoted strings. (As reported in comments of #28) …
(edit) @126:4319998fc9b5 [126:4319998fc9b5] 2 years Menno Smits <menno@…> select_folder() now returns the full parsed SELECT response (#24)
(edit) @123:e6c0e6b5fb15 [123:e6c0e6b5fb15] 2 years Menno Smits <menno@…> added some docstrings
(edit) @122:9f53d80c533f [122:9f53d80c533f] 2 years Menno Smits <menno@…> removed devel bits
(edit) @120:3b856e98881b [120:3b856e98881b] 2 years Menno Smits <menno@…> port INTERNALDATE handling from old fetch parser - all tests PASS\!
(edit) @115:7aa870b75d11 [115:7aa870b75d11] 2 years Menno Smits <menno@…> Parse imaplib's fetch data structures instead of doing it all ourselves …
(edit) @112:e0ae81b0d463 [112:e0ae81b0d463] 2 years Menno Smits <menno@…> added TODO about string escapes
(edit) @111:a8df0817a791 [111:a8df0817a791] 2 years Menno Smits <menno@…> core parts of fetch parsing done, lots more tests parsing
(edit) @109:bfb2aabc0b11 [109:bfb2aabc0b11] 2 years Menno Smits <menno@…> committing response parser progress so far, lots of failing tests
(edit) @107:bfbf8f36f865 [107:bfbf8f36f865] 3 years Menno Smits <menno@…> started fetch response work, tests half there
(edit) @106:e2202e459f12 [106:e2202e459f12] 3 years Menno Smits <menno@…> more useful error reporting, more tests
(edit) @105:16d520c89d23 [105:16d520c89d23] 3 years Menno Smits <menno@…> Added literal support Refactored tokenising code to allow directory …
(add) @103:5f2a22f07e64 [103:5f2a22f07e64] 3 years Menno Smits <menno@…> initial version of replacement response parser - somewhat working
Note: See TracRevisionLog for help on using the revision log.