Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-25 | Add integrity-check maintenance command | Folker Bernitt | |
2016-01-22 | Add mutli-user mode to user-agent | Folker Bernitt | |
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld | |||
2016-01-13 | Removed unused logging imports and fixed maintenance logger during test | Bruno Wagner | |
2015-11-06 | Refactor - Removed class SoledadSession | Jefferson Stachelski | |
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider | |||
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-10-12 | Run initial soledad task for maintenance | Folker Bernitt | |
- Only disable it for repair tasks | |||
2015-09-25 | Add repair to pixelated maintenance | Folker Bernitt | |
- Issue #468 - Call with: pixelated-maintenance repair | |||
2015-08-20 | Yield call to soledad when doing `maintenance reset` | kaeff | |
- Issue: 421 | |||
2015-08-19 | Fixes maintenance.py from throwing due to method signature mismatch | kaeff | |
2015-08-11 | Added mail_store to LeapSession. | Folker Bernitt | |
- Issue #420 | |||
2015-08-11 | Fixed maintenance.py initialization. | Folker Bernitt | |
- Issue #420 - Initialize mail store - load-mails works with new data model | |||
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 | Temporary changes to make maintenance.py work with soledad 0.7.1. | Folker Bernitt | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-24 | #412 Added a sleep to get a enought time to soledad sync the added mails | Jefferson Stachelski | |
2015-06-16 | Explicit is better than implicit. | Victor Shyba | |
Trying to apply a little of this: https://www.python.org/dev/peps/pep-0020/ False doesnt point out what is being disabled. The other argument changed only because of arguments order. | |||
2015-06-15 | Put False on maintenance to not use organization mode on intialise_leap | Jefferson Stachelski | |
2015-06-06 | maintenance was broken, arguments parser changed | Victor Shyba | |
2015-06-05 | Added creation of input mail from python message | Bruno Wagner | |
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways. | |||
2015-06-05 | Refactoring the config, logging_setup is now called logger | Bruno Wagner | |
2015-06-04 | Config is not used anymore | Bruno Wagner | |
2015-06-03 | remove unused imports from maintenance | Victor Shyba | |
2015-06-03 | Creating a leap session is now part of leap init | Bruno Wagner | |
We've moved the init soledad method to the leap_initialization module and gave it a meaningful name, because it was initializing the whole leap session instead of only soledad, because of that we removed some of the uneeded config files and deduplicated some code on maintenance to use the same facilities. Some arguments had non-meaningful variable names and args was being passed everywhere (it was unclear who was using which variables in the args) We changed the initialization to pass those arguments explicitly, then we can factor them out sometime when it makes sense | |||
2015-06-03 | Dispatcher tests were not reflecting the args parser changes | Bruno Wagner | |
2015-06-03 | Moved all args parseing to config/args and fixed maintenance after the shifts | Bruno Wagner | |
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-08 | #338 Added pre load emails on mailbox SENT | Jefferson Stachelski | |
2015-05-05 | #337 Added preload mails to DRAFTS | Jefferson Stachelski | |
2015-05-05 | #337 Create mailbox if it already does not exist | 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 | #337 Removed email name validation | Jefferson Stachelski | |
2015-04-30 | #337 Extracted a method to a new one | Jefferson Stachelski | |
2015-04-30 | Fixed invalid variable names in maintenance.py. | Folker Bernitt | |
2015-04-30 | Removed check for mail file names. | Folker Bernitt | |
- Issue #337 | |||
2015-04-30 | Flush soledad to disk before syncing. | Folker Bernitt | |
- Issue #336 | |||
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 Refactored maintenance, renaming to make it more clear when read the ↵ | Jefferson Stachelski | |
code and deleted unsed variable | |||
2015-04-29 | Fixed wrong method name. | Folker Bernitt | |
- Issue #337 | |||
2015-04-28 | #337 Made some refactors to make the code more readable | Jefferson Stachelski | |
2015-04-27 | #337 Fixed the if __name__ is __main__ to run the app | 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-16 | maintenance reads credentials from stdin. | Folker Bernitt | |
- Issue #345 | |||
2015-04-15 | Introduced maintenance command and added reset behaviour. | Folker Bernitt | |
- Call with: pixelated_maintenance reset - Issues #335, #345 |