Age | Commit message (Collapse) | Author | |
---|---|---|---|
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] integrate incoming loop into server | Victor Shyba | |
Adds a IncomingBox implementation that can be used by the incoming loop to interact with the server. Includes end to end test from message creation on Incoming API to callback consumer. -- Related: #8914 | |||
2017-08-03 | [tests] call _process instead of loop | 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 |