summaryrefslogtreecommitdiff
path: root/service/pixelated/controllers/mails_controller.py
AgeCommit message (Collapse)Author
2015-01-21#224 App is working without klein - migration to twisted "complete"Duda Dornelles
2015-01-06Issue #135: Removed dead code.Lisa Junger
2015-01-05Ooopsie, forgot some debug code thereDuda Dornelles
2014-12-23#216 when trying to save a draft too fast (before the previous version is ↵Duda Dornelles
saved) simply ignore the attempt
2014-12-23Refactoring soledad querier to use mixinsDuda Dornelles
2014-12-22refactoring package structureDuda Dornelles
2014-12-18\#203 & #204 & #205: fixing client and api for buld mark as read/unread and ↵Duda Dornelles
delete, functional tests are still broken, investigating...
2014-12-11Fixed delete mails from mail list, actionsNeissi Torres Lima
2014-12-11optmizing python importsDuda Dornelles
2014-12-03added functionality for reply all to service.Lisa Junger
2014-11-05moving to twistedDuda Dornelles
2014-10-27#112 - Created tests to delete permanentelly mails and move to trashNeissi Torres Lima
2014-10-22removes unused importPatrick Maia and Victor Shyba
2014-10-20adds permant deleted for trashed messages.Lisa Junger
2014-10-20Removed unused values from the mails responseBruno Wagner
2014-10-17bulk mark as read #114Victor Shyba
2014-10-17#102 #113 Sorting through search, and ignoring duplicate results on searchesBruno Wagner
2014-10-17mark as unread should also reindex the mailsDuda Dornelles
2014-10-16Better handle information on exceptions. #92Alexandre Pretto Nunes
2014-10-16Fixed the pagination on the front-end and added real total mail count ot the ↵Bruno Wagner
search result
2014-10-16decreasing count on tag and tag shortcut when email is read. we wereDuda Dornelles
decreasing only tags that were also in the read mail, but we have also to look at the mailbox and compare that to the tags in the case of default tags #95
2014-10-16#96 Mail searches are now paginated, the pages number start at 1 nowBruno Wagner
2014-10-15Changed pixelated mail file to mail, because it has more than pixelated mailBruno Wagner
2014-10-15Moved some common properties of mail and input mail to another classBruno Wagner
2014-10-15Extracting controller classesDuda Dornelles