-
https://github.com/apache/incubator-ponymail-foal/blob/bb4a6642506f0bb2c5a2a67570433536c3b22f66/tools/import-mbox.py#L154
According to [1], list.pop() is thread-safe, so the lock should not be need…
-
Message-ids can sometimes be duplicated for different emails, either within the same list or in different ones.
There should be an option to return all matching messages.
-
https://github.com/apache/incubator-ponymail-foal/blob/4bbc470aab8623512f1d932e843154ec558b8648/tools/plugins/dkim_id.py#L327
As the subject says.
The code needs to be fixed, and a test added
-
Using Chrome Version 55.0.2883.87 I recently posted a reply to an "old" (maybe 30 days) email thread using the "reply" button on the thread itself. I noticed that when I clicked the "reply" button i g…
-
If the user is logged in, it should be an option to use the Ponymail composer to subscribe and unsubscribe.
Also if the user is not logged in, start new thread should offer to start the user's emai…
-
Recipe:
https://lists.apache.org/list.html?dev@ponymail.apache.org
Change search: All ... lists
Click search '>' button
Result:
Messages from all lists are shown, but the list ids are not present…
-
https://github.com/apache/incubator-ponymail-foal/blob/f9ef562fd74e9a66a986556b16908ea2ff0c0b4d/tools/archiver.py#L361
The list of keys that are decoded does not seem right.
Why decode "to", but n…
-
On other similar-ish sites, eg StackOverflow, the default number of items shown is low as with PonyMail. However, it's possible to increase that number if you'd rather a single long list (slower to lo…
-
The following characters all cause errors:
(, ), ", '
Note that classic PonyMail can handle these.
It sanitises the strings using the following code:
escape_html( word:gsub("[()\"]+", "") )
i…
-
https://github.com/apache/incubator-ponymail-foal/blob/a9196d3ec7bc8b911cfe58b2632508216bfa3475/tools/plugins/dkim_id_test.py#L1371
A large chunk of the code is permanently disabled. What is the re…