#8879 List IncomingMessages on chronological order
This MR solves #8879 (closed) by adding an optional order_by
on list API, which can be 'date', '+date' or '-date'.
The other commit just exposes namespace
on the API and implements it on list
and upload
operations on client side. Further implementations are expected as we need them.