summaryrefslogtreecommitdiff
path: root/service/test/unit/maintenance/test_commands.py
AgeCommit message (Collapse)Author
2015-05-04Changed maintenance load mails format from mbox to maildir.Folker Bernitt
- Can now import mails from maildir (allows import of old mail accounts, too) - Flags currently supported: Replied, Seen - Issue #336
2015-04-30Removed check for mail file names.Folker Bernitt
- Issue #337
2015-04-29#337 Created a validation to just open file that the file name starts with ↵Jefferson Stachelski
'mbox' and ends with a number
2015-04-29#337 Fixed the indentation of test_commandsJefferson Stachelski
2015-04-21Added load-mails maintenance command.Folker Bernitt
- Issue #335
2015-04-15Introduced maintenance command and added reset behaviour.Folker Bernitt
- Call with: pixelated_maintenance reset - Issues #335, #345