summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/mail/repair.py
AgeCommit message (Collapse)Author
2014-01-12make plumber use the cached uuid instead of authenticatingKali Kaneko
2014-01-11offline modeKali Kaneko
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care.
2013-12-27update mail path after refactorKali Kaneko
2013-12-18add repair mailbox utilityKali Kaneko