This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git.
from ef1f950 name and email might not always be passed to us
new 69a19a4 Add endpoint for downloading mbox archives
new 7f5bf96 Pass search params back to client
new 8637d5c Use search params to construct mbox URL
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
server/endpoints/mbox.py | 71 ++++++++++++++++++++++++++++++++++++++
server/endpoints/stats.py | 1 +
webui/js/ponymail.js | 7 ++++
webui/js/source/listview-header.js | 7 ++++
4 files changed, 86 insertions(+)
create mode 100644 server/endpoints/mbox.py