index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
pixelated
/
maintenance.py
Age
Commit message (
Expand
)
Author
2016-01-25
Add integrity-check maintenance command
Folker Bernitt
2016-01-22
Add mutli-user mode to user-agent
Folker Bernitt
2016-01-13
Removed unused logging imports and fixed maintenance logger during test
Bruno Wagner
2015-11-06
Refactor - Removed class SoledadSession
Jefferson Stachelski
2015-10-28
Add markov-generate to load-mails
Folker Bernitt
2015-10-12
Run initial soledad task for maintenance
Folker Bernitt
2015-09-25
Add repair to pixelated maintenance
Folker Bernitt
2015-08-20
Yield call to soledad when doing `maintenance reset`
kaeff
2015-08-19
Fixes maintenance.py from throwing due to method signature mismatch
kaeff
2015-08-11
Added mail_store to LeapSession.
Folker Bernitt
2015-08-11
Fixed maintenance.py initialization.
Folker Bernitt
2015-08-11
Adapted maintenace.load_mails to new data model.
Folker Bernitt
2015-08-11
Fixed load-mails for empty case.
Folker Bernitt
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
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
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
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
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
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
2015-04-30
Flush soledad to disk before syncing.
Folker Bernitt
2015-04-29
#337 Created a validation to just open file that the file name starts with 'm...
Jefferson Stachelski
2015-04-29
#337 Refactored maintenance, renaming to make it more clear when read the cod...
Jefferson Stachelski
2015-04-29
Fixed wrong method name.
Folker Bernitt
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
2015-04-16
maintenance reads credentials from stdin.
Folker Bernitt
2015-04-15
Introduced maintenance command and added reset behaviour.
Folker Bernitt