Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-28 | Add markov-generate to load-mails | Folker Bernitt | |
- Allows to generat mails based on a sample mails - use it with: pixelated-maintenance markov-generate --seed 21 --limit 10 | |||
2015-08-11 | Removed unused code from test_commands.py. | Folker Bernitt | |
2015-08-11 | Adapted maintenace.load_mails to new data model. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Fixed load-mails for empty case. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Removed relative import of test resources. | Folker Bernitt | |
- test_contacts.py and test_commands.py | |||
2015-08-11 | Fixed unit tests. | Folker Bernitt | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-11 | Removing lost imports | Victor Shyba | |
2015-05-11 | Use maildir for folders like DRAFTS or SENT. | Folker Bernitt | |
- Issues #337, #338 - Added example how to use maildir sub folders | |||
2015-05-05 | #337 Fixed the test adding a new behavior for add_mail_folder | Jefferson Stachelski | |
2015-05-04 | Changed 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-30 | Removed 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_commands | Jefferson Stachelski | |
2015-04-22 | Fix: Remove invalid import from maintenance.py. | Folker Bernitt | |
2015-04-21 | Added load-mails maintenance command. | Folker Bernitt | |
- Issue #335 | |||
2015-04-15 | Introduced maintenance command and added reset behaviour. | Folker Bernitt | |
- Call with: pixelated_maintenance reset - Issues #335, #345 |