Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-28 | Unset new flag after successful write | Kali Kaneko | |
2014-01-23 | add check for none in part_map special case | Kali Kaneko | |
2014-01-23 | add constants to dict keys | Kali Kaneko | |
2014-01-22 | Properly parse apple mail | Tomás Touceda | |
2014-01-13 | avoid failure if no content-type | Kali Kaneko | |
2014-01-09 | Check for none in innerheaders | Kali Kaneko | |
This was causing a bug, among other things, when saving to the Sent folder for some messages. Closes #4914 | |||
2014-01-09 | check for none | Kali Kaneko | |
2014-01-08 | Second stage of the new year's storage rewrite. | Kali Kaneko | |
* documents of only three types: * flags * headers * content * add algorithm for walking the parsed message tree. * treat special cases like a multipart with a single part. * modify add_msg to use the walk routine * modify twisted interfaces to use the new storage schema. * tests for different multipart cases * fix multipart detection typo in the fetch This is a merge proposal for the 0.5.0-rc3. known bugs ---------- Some things are still know not to work well at this point (some cases of multipart messages do not display the bodies). IMAP server also is left in a bad internal state after a logout/login. |