GitHub user ShaneCurcuru opened an issue:
https://github.com/apache/incubator-ponymail/issues/420
mbox.lua output filename does not match ISO standard
Using the great api/mbox.lua to export MBOX files is great, except the
filenames use a plain digit for the month, not an ISO 8601 format. This means
exporting multiple MBOX files doesn't sort in time order in the output, as
users would expect.
Presumably the fix would be to ensure the MBOX filename always uses two
digits for the month:
https://github.com/apache/incubator-ponymail/blob/master/site/api/mbox.lua#L69
----
----
---