Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-07 | [tests] use assert_has_calls instead of has_calls | Victor Shyba | |
2017-08-07 | [bug] skip processing if no consumers to avoid data loss | Victor Shyba | |
2017-08-07 | [docs] fix typos and improve text from code review | Victor Shyba | |
2017-08-03 | [feature] incoming processing flow | Victor 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 |