summaryrefslogtreecommitdiff
path: root/src/leap/soledad/client/incoming.py
AgeCommit message (Collapse)Author
2017-08-03[tests] call _process instead of loopVictor Shyba
2017-08-03[feature] incoming processing flowVictor Shyba
This class implements a process flow between the ones defined at #8881 and #8874. It uses a LoopingCall to keep running in a loop and accepts IIncomingBoxConsumers defined by soledad users, such as leap mail. - Resolves: #8874