summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-08-11[bug] Fix missing _normailize_dict in DocumentWrapper constructor.Folker Bernitt
2015-08-11[bug] Fix typo in content-transfer-encoding in walk.py.Folker Bernitt
2015-08-04[style] pep8 fixes + pep8 scriptKali Kaneko
2015-08-04[tests] Removed outdated testBruno Wagner
2015-08-03[tests] Skipped tests that were not implementedBruno Wagner
2015-07-29[bug] fixed syntax error in models.pyFolker Bernitt
2015-07-21Changed imap tests and messages assigned lambdas to functions because of pep8Bruno Wagner
2015-07-21Transformed assigned lambdas to functions in models and test_models because o...Bruno Wagner
2015-07-21Pep8 warns about lambdas being assigned to a variable, changed walk and sync_...Bruno Wagner
2015-07-21Updated pep8 and fixed import and line break warningsBruno Wagner
2015-07-21Fixed all the pep8 warnings in the codeBruno Wagner
2015-07-13[tests] get REGRESSIONS_FOLDER from env varKali Kaneko
2015-07-13[tests] add symlink to the nested sample fileKali Kaneko
2015-07-13[tests] new sample mail addedKali Kaneko
2015-07-13[style] slightly more meaningful test module nameKali Kaneko
2015-07-13[debug] add some more debug info to the regressions scriptKali Kaneko
2015-07-13[feature] add very basic support for message sequence numbersKali Kaneko
2015-07-13[bug] Return the first cdoc if no body foundKali Kaneko
2015-07-13[bug] do not raise if the pending insert cannot be removedKali Kaneko
2015-07-13[bug] fix keyerror when inserting msg on pending_inserts dictKali Kaneko
2015-07-13[bug] workaround for off-by-one error on nested multipartKali Kaneko
2015-07-13[bug] fix the rendering of nested multipartKali Kaneko
2015-07-03[bug] notify copied emailsRuben Pollan
2015-07-02[bug] return the message uid after add it to the collectionRuben Pollan
2015-07-02[bug] tear down of leap.common.events properly in testsRuben Pollan
2015-06-29[bug] allow mailbox to be notified of collection changesKali Kaneko
2015-06-29[bug] avoid KeyError on pending_insert_docs lookupKali Kaneko
2015-06-25[bug] avoid duplication of copies in draft folderKali Kaneko
2015-06-25[bug] saving message to drafts folder hangsKali Kaneko
2015-06-22[bug] fixes for display attachments and move between folders0.4.0-alphaKali Kaneko
2015-06-18[style] pep8 and unused imports cleanupdrebs
2015-06-18[doc] update smtp gateway doc on message encryptiondrebs
2015-06-10[refactor] remove unneeded conditionalKali Kaneko
2015-06-09[bug] pass the doclist to the ui signalKali Kaneko
2015-06-09[refactor] log failure properlyKali Kaneko
2015-06-05[refactor] deprecate old incoming indexKali Kaneko
2015-06-05[feature] use operation, doesn't return resultKali Kaneko
2015-06-05[bug] prevent missing uid table exceptionKali Kaneko
2015-06-05[refactor] move hooks to accountKali Kaneko
2015-06-05[feature] post-sync mail processing hooksKali Kaneko
2015-05-14[feat] adapt to new events api on commonIvan Alejandro
2015-04-28[feature] implement substring body fetchKali Kaneko
2015-03-30[bug] fix early append notificationKali Kaneko
2015-03-30[bug] move creation_ts to mail generic apiKali Kaneko
2015-03-30[feature] make deferred list error-tolerantKali Kaneko
2015-03-30[bug] temporary workaround to allow display on some muasKali Kaneko
2015-03-30[bug] re-add fix for multiple headersKali Kaneko
2015-03-23[bug] report the correct size for mime partsKali Kaneko
2015-03-23[bug] fix wrong case in the boundary passed in BODYSTRUCTUREKali Kaneko
2015-03-23[bug] add extra CRLF to avoid bad mime parsing in ThunderbirdKali Kaneko