-
import-mbox.py will happily import messages which don't have a List-Id even if the --lid override has not been used.
The resulting mbox index entry has null for the "list" and "list_raw" fields.
It l…
-
I am running the master branch into a private server.
After pulling the latest changes, I have started receiving the following error:
```
/var/www/ponymail/api/stats.lua:694: attempt to get lengt…
-
The archiver.py script converts [1] the message date to a local time, as follows:
mdatestring = time.strftime("%Y/%m/%d %H:%M:%S", time.localtime(email.utils.mktime_tz(mdate)))
Note that this string…
-
The thread starting with [1] should contain the message [2] but it does not.
When the lone message is displayed using the permalink, it has a button "Go to first email in this thread".
However click…
-
preferences.lua currently drops mailing lists that have had a least one private mail in the last 20 years. This excludes many lists that are mixed private and public.
Rather than searching for list…
-
The mid hash which is calculated in "medium" generator mode is based on input which includes the value of the variable: mdatestring [1]
Now this variable is derived as follows [2]
mdatestring = time…
-
If an email does not have a subject or it is empty, the GUI does not allocate enough height to properly display the buttons (replies, date, atom), and there is no link to open the message.
It's just a…
-
The threaded views both show the first line of the body (in grey) after the subject, at least in Compact theme.
Flat view does not appear to be affected by the selected theme, and does not include th…
-
Up until last week I used to regularly execute the following commands on one of our servers:
1. `mailx -f file.mbox` (to manually remove spam e-mails from archives)
1. `python3 edit-list.py --dele…
-
The current version of ponymail-coffee.js looks as though it was compiled from files in the following order:
... listview_basic.coffee listview.coffee listview_single_email.coffee ...
however the or…