root/imapclient/imapclient.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @323:6a50b3d61357 [323:6a50b3d61357] 13 days Menno Smits <menno@…> Parse STATUS responses robustly No more regular expressions. This fixes …
(edit) @314:74cea4ee2232 [314:74cea4ee2232] 3 weeks Menno Smits <menno@…> Removed code duplication for commands that honour use_uid (#9)
(edit) @313:1714d9d07674 [313:1714d9d07674] 3 weeks Menno Smits <menno@…> Removed code duplication for simple commands (#9)
(edit) @306:23dc779218dd [306:23dc779218dd] 3 weeks Menno Smits <menno@…> Added livetest for sort() This is one of the last features not covered by …
(edit) @305:50852234cbe8 [305:50852234cbe8] 3 weeks Menno Smits <menno@…> whitespace cleanup
(edit) @304:239f24fbd17c [304:239f24fbd17c] 3 weeks Menno Smits <menno@…> updated copyright date to 2012
(edit) @302:cc48831fce3a [302:cc48831fce3a] 2 months Menno Smits <menno@…> Don't blow up when a server returns an all-digits folder name with quoting …
(edit) @295:fc89a268f34b [295:fc89a268f34b] 2 months Menno Smits <menno@…> Integrated Gmail labels patch from Brian Neal and added unit tests
(edit) @281:83a42071e63b [281:83a42071e63b] 6 months Menno Smits <menno@…> fixed indentation
(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) @277:f452ccc5cb24 [277:f452ccc5cb24] 7 months Menno Smits <menno@…> moved re_status out of the way to stop sphinx from seeing it
(edit) @276:2e8ae6303dae [276:2e8ae6303dae] 7 months Menno Smits <menno@…> Return expunge responses (#80)
(edit) @268:e61ddf6f2d41 [268:e61ddf6f2d41] 7 months Menno Smits <menno@…> NOOP support (#74) Untagged response handling shared with IDLE.
(edit) @267:06c7e9364807 [267:06c7e9364807] 8 months Menno Smits <menno@…> Added rename_folder (#77)
(edit) @265:907c5153b355 [265:907c5153b355] 10 months Menno Smits <menno@…> Added normalise_times attribute (#96) Allows caller to select whether …
(edit) @258:1735ead96cec [258:1735ead96cec] 12 months Menno Smits <menno@…> fixed doc typo
(edit) @254:2bead8ef812d [254:2bead8ef812d] 12 months Menno Smits <menno@…> small doc tweaks
(edit) @250:1fdb2f77fb2a [250:1fdb2f77fb2a] 12 months Menno Smits <menno@…> Fixed up documentation for recently added functionality
(edit) @249:456de0713e01 [249:456de0713e01] 12 months Menno Smits <menno@…> Synced sphinx branch with current trunk
(edit) @248:bbef196a11da [248:bbef196a11da] 12 months Menno Smits <menno@…> Remaining gaps in IMAPClient class docs done. This is sufficient for an …
(edit) @245:60cb7b1b40e4 [245:60cb7b1b40e4] 15 months Menno Smits <menno@…> document SEQ element and some cosmetic changes
(edit) @244:dc0d90049f28 [244:dc0d90049f28] 15 months Menno Smits <menno@…> filled in many more documentatation gaps
(edit) @243:35fc2ded237d [243:35fc2ded237d] 15 months Menno Smits <menno@…> resynced with trunk
(edit) @240:ca209b0b5f0c [240:ca209b0b5f0c] 15 months Menno Smits <menno@…> merged changes from another documentation working copy
(edit) @239:86b79856cb3d [239:86b79856cb3d] 19 months Menno Smits <menno@…> much documentation progress made
(edit) @226:d5a9a8aa94d5 [226:d5a9a8aa94d5] 12 months Menno Smits <menno@…> Expose debugging functionality (#90) As part of this, moved IMAP4 …
(edit) @223:0cc6ebc4c1bd [223:0cc6ebc4c1bd] 13 months Menno Smits <menno@…> Changed IDLE support to use select instead of polling Also made the idle …
(edit) @221:c5912b9d2cf9 [221:c5912b9d2cf9] 13 months Menno Smits <menno@…> Updated documentation and examples wrt IDLE support
(edit) @219:64d0a76281b8 [219:64d0a76281b8] 13 months Menno Smits <menno@…> New approach to IDLE support Instead of using callbacks open up the IDLE …
(edit) @218:ae8dacf52b3d [218:ae8dacf52b3d] 13 months Menno Smits <menno@…> Added livetest for IDLE support and reworked how the IDLE callback …
(edit) @216:5f6de1d4618c [216:5f6de1d4618c] 13 months Menno Smits <menno@…> getacl() was still using Lexer instead of TokenSource? (fixes #85) Also …
(edit) @209:80f530da50d7 [209:80f530da50d7] 14 months Johannes Heckel <stone.pixel@…> Merge idle and oauth features.
(edit) @208:3eeca2dda55d [208:3eeca2dda55d] 14 months Johannes Heckel <stone.pixel@…> Added an idle function and changed script to use imaplib2 if available. …
(edit) @207:835686a87307 [207:835686a87307] 14 months Johannes Heckel <stone.pixel@…> Implemented oauth authentication using oauth2. Also added an example to …
(edit) @204:ea3eff2a866a [204:ea3eff2a866a] 16 months Menno Smits <menno@…> Updated copyright dates to 2011 and fixed a number of incorrect and …
(edit) @202:269a0c252f9b [202:269a0c252f9b] 16 months Menno Smits <menno@…> Support for modifiers in the FETCH command (#62)
(edit) @201:f8f625bffdcb [201:f8f625bffdcb] 16 months Menno Smits <menno@…> Merged from trunk
(edit) @200:ed6498330d85 [200:ed6498330d85] 17 months Menno Smits <menno@…> Add support for fetch modifiers (#62) Patch from Thomas Jost Schnouki …
(edit) @195:f9d8c6ff0784 [195:f9d8c6ff0784] 16 months Menno Smits <menno@…> Handle [None] response in fetch response parser
(edit) @194:573b41f0311c [194:573b41f0311c] 16 months Menno Smits <menno@…> get_folder_delimiter tidied up and deprecated
(edit) @193:4f70c1e3376b [193:4f70c1e3376b] 16 months Menno Smits <menno@…> Added NAMESPACE support (#63)
(edit) @156:dcc3a986589c [156:dcc3a986589c] 2 years Menno Smits <menno@…> Update copyright year
(edit) @149:ee1c4e27b4e0 [149:ee1c4e27b4e0] 2 years Mark Hammond <mhammond@…> implement a lexer which performs 7x faster for us
(edit) @143:b09900646458 [143:b09900646458] 2 years Menno Smits <menno@…> #42: Folder names with double quotes around them have the double quotes …
(edit) @135:95602aca2277 [135:95602aca2277] 2 years Menno Smits <menno@…> Handle empty strings and None's in the folder list responses again All …
(edit) @132:b850aad0c165 [132:b850aad0c165] 2 years Mark Hammond <mhammond@…> better 'list' parsing; gmail xlist support; readonly select
(edit) @130:c866b6ef9447 [130:c866b6ef9447] 2 years Menno Smits <menno@…> Merged COPY command implementation (#36)
(edit) @129:b627e75c7088 [129:b627e75c7088] 2 years Menno Smits <menno@…> added COPY docstring
(edit) @127:38847e02e98d [127:38847e02e98d] 2 years Menno Smits <menno@…> initial stab at a copy command, not tested
(edit) @126:4319998fc9b5 [126:4319998fc9b5] 2 years Menno Smits <menno@…> select_folder() now returns the full parsed SELECT response (#24)
(edit) @121:68adf8208781 [121:68adf8208781] 2 years Menno Smits <menno@…> Plugged in new response parser Old FetchParser? class and supporting code …
(edit) @116:a975e50ceb32 [116:a975e50ceb32] 2 years Menno Smits <menno@…> Merged from trunk
(edit) @115:7aa870b75d11 [115:7aa870b75d11] 2 years Menno Smits <menno@…> Parse imaplib's fetch data structures instead of doing it all ourselves …
(edit) @110:91f4f018db82 [110:91f4f018db82] 2 years Menno Smits <menno@…> Merged license change from trunk
(edit) @105:16d520c89d23 [105:16d520c89d23] 3 years Menno Smits <menno@…> Added literal support Refactored tokenising code to allow directory …
(edit) @103:5f2a22f07e64 [103:5f2a22f07e64] 3 years Menno Smits <menno@…> initial version of replacement response parser - somewhat working
(edit) @101:aaf15ca120a1 [101:aaf15ca120a1] 3 years Menno Smits <menno@…> Prototype code for handling FETCHs directly
(edit) @96:6f290ccd5e5b [96:6f290ccd5e5b] 2 years Menno Smits <menno@…> Fixed problem when literal is followed by a non-literal (#33) This …
(edit) @93:ad18e74bee51 [93:ad18e74bee51] 2 years Menno Smits <menno@…> Handle empty strings and None when processing list responses
(edit) @92:d65dd9b7816a [92:d65dd9b7816a] 2 years msmits@… Handle both types of quoted specials
(edit) @91:cd7e6ad6d118 [91:cd7e6ad6d118] 2 years msmits@… Backslash escaped double quotes in folder names now handled correctly …
(edit) @90:5ac3ccadb5fc [90:5ac3ccadb5fc] 2 years Menno Smits <menno@…> use double quotes instead of single quotes in triple-quoted strings to …
(edit) @87:a8519ecf8a1a [87:a8519ecf8a1a] 2 years Menno Smits <menno@…> Changed to new BSD license Also added license header to the top of all …
(edit) @76:4d30155d7353 [76:4d30155d7353] 3 years Menno Smits <menno@…> Documentation updates
(edit) @75:d42df9ca44fc [75:d42df9ca44fc] 3 years Menno Smits <menno@…> Decided the relative import is fine and mostly unavoidable.
(edit) @73:ac0f63171f0b [73:ac0f63171f0b] 3 years Menno Smits <menno@…> More timezone fixes. Was broken when server was in different timezone to …
(edit) @72:4f183b721203 [72:4f183b721203] 3 years Menno Smits <menno@…> fixed a bug for when the status command response doesnt put quotes around …
(edit) @68:5bb59b0be94a [68:5bb59b0be94a] 3 years Menno Smits <menno@…> Fixed and reworked timezone handling This was actually pretty broken. …
(edit) @67:efa935af092e [67:efa935af092e] 3 years Menno Smits <menno@…> fixed bug that caused breakage with folder names containing unusual chars
(edit) @66:454da424c2ab [66:454da424c2ab] 3 years Menno Smits <menno@…> fixed tests broken by folder encoding changes
(edit) @64:ed2d9f864cec [64:ed2d9f864cec] 3 years Menno Smits <menno@…> Merged transparent folder escaping support. Not quite complete but good …
(edit) @63:9785351fb066 [63:9785351fb066] 3 years Menno Smits <menno@…> documented remaining issues with folder handling
(edit) @62:f2f61addae93 [62:f2f61addae93] 3 years Menno Smits <menno@…> Folder escaping is working. Live test is passing correctly. Still needs …
(edit) @60:6823b4ac53b3 [60:6823b4ac53b3] 3 years Menno Smits <menno@…> committing mailbox escaping work done so far for push
(edit) @57:7bb1abf81fcc [57:7bb1abf81fcc] 3 years menno Fixed bug where unquoted mailbox names weren't being returned.
(edit) @55:931edb2ebc0a [55:931edb2ebc0a] 3 years Menno Smits <menno@…> started working on folder quoting bug
(edit) @52:754ca29f8115 [52:754ca29f8115] 3 years Menno Smits <menno@…> Updated Copyright year to 2009
(edit) @51:9de43cf95836 [51:9de43cf95836] 3 years Menno Smits <menno@…> Added SSL support
(edit) @49:2f2a7a41edac [49:2f2a7a41edac] 3 years msmits moved imapclient trunk to correct location
(edit) @30:aa61cdd5778f [30:aa61cdd5778f] 5 years msmits Allow for handling of FETCH parts with sections, like "BODY[HEADER.FIELDS …
(edit) @27:69c4eec60cbe [27:69c4eec60cbe] 5 years msmits removed some unneeded lines and bumped version
(edit) @23:abcabf192e25 [23:abcabf192e25] 5 years msmits fixed docstring typo
(edit) @21:5aa7b9bc1d27 [21:5aa7b9bc1d27] 5 years msmits - search fixes - generalised seq to paren stuff - reused regex strings …
(edit) @12:85d70e9ca454 [12:85d70e9ca454] 5 years msmits - use Literal as a placeholder for literal objects - moved longer term …
(add) @11:d8c0bc21d96b [11:d8c0bc21d96b] 5 years msmits - completed the rename - added livetest.py
Note: See TracRevisionLog for help on using the revision log.