-
The [installation prerequisites](https://github.com/apache/incubator-ponymail/blob/master/docs/INSTALLING.md#pre-requisites) state `ElasticSearch >= 2.1` but [requirements.txt](https://github.com/apac…
-
The medium generator was originally committed in
https://gitbox.apache.org/repos/asf?p=incubator-ponymail.git;a=commitdiff;h=aa989610
This was used by lists.a.o (and possibly elsewhere) for a short…
-
when importing mbox file with attachments it breaks with the following error:
```
Found attachment: Kurierplan_17.03.19.xlsx
Exception in thread Thread-1:
Traceback (most recent call last):
Fil…
-
convertToWrapped is being called incorrectly; it expects bytes.
https://github.com/apache/incubator-ponymail/blob/ec0a76eb8b6836a3675800a65829a48fe90156f9/tools/archiver.py#L317
It looks like th…
-
The full generator as used in the original Ponymail uses msg.as_bytes() as the source for the hash.
This will be different from the raw input message used by the updated version in Foal.
Whilst it…
-
The method msgbody returns a string. This is converted here:
https://github.com/apache/incubator-ponymail/blob/ec0a76eb8b6836a3675800a65829a48fe90156f9/tools/archiver.py#L255
There are some prob…
-
Hello,
I've been able to set-up the **Kibble Server** and **Elastic Search** on 2 different Ubuntu Machines and a Windows 10 machine by closely following the [docs](https://apache-kibble.readthedoc…
ghost updated
4 years ago
-
Failing to login to https://lists.apache.org/list.html?user@jclouds.apache.org
With Google oauth:
![image](https://user-images.githubusercontent.com/49394/61820068-87f26e80-ae11-11e9-97ce-4288e89c…
-
I initially tried with ES 6.x, but I wasn't able to update index creation correctly, so I reverted to ES 5.x, with which everything seems to work except for the following.
When running
```
pyth…
-
When using the "Reply via your own mail client" feature from my local PonyMail installation, the content is all percent-encoded if the original e-mail was sent in HTML only, even though it looks fine …