Sebb
Sebb
The parser completely ignores inline attachments. For example, the message [1] includes a reference to an attachment, but it is not shown in the list view, only in the source...
setup.py fails for me with Python 3.7 on macOS. It says: It looks like you need to install some python modules first The following packages are required: - formatflowed -...
install.py uses the deprecated method platform.linux_distribution() There does not appear to be a built-in replacement. It also uses Python2, whereas all the other scripts use Python3. It's not clear if...
Messages can be delayed in transit for various reasons; in particular messages that are moderated may incur a delay of several days. It might be useful to show when a...
The JS currently creates some URLs assuming that all URLs can be relative. However that is not the case; e.g. the logged-in drop-down menu can appear on thread.html as well...
Some plain text mails rely on spacing to read properly. However this is lost when the mail is displayed.
Currently the archiver adds an 'archived-at' header to all messages. This changes the source, and can cause the message to get a different id when reloaded. The arrival time is...
One of the mails sent to the devnull@infra list erroneously includes some binary data. This has caused some display issues. The message thread [1] shows the full mail, without any...
setup.py creates the mailinglists mapping with the properties: description, list, name However archiver.py creates entries using the properties: description, list, name, private Also edit-list.py stores entries using the properties: description,...
If the import of elasticsearch fails, setup.py tries to install some Python modules. This uses pip3 and is unconditionally tried if the current user is root. I think this is...