Sebb
Sebb
It would be useful to allow search by Message-Id. It's possible to use thread.lua, but that only works if there is only a single match
The mbox format is widely used and convenient but there are several variations in how From_ lines are handled. This can result in corrupted messages on import. It would be...
The stats.lua API is not really suited to mobile devices which may have limited data allowances (or limited memory). A mobile user is not likely to want to scroll through...
The buttons to (un)subscribe, post and maintain favourites are not displayed unless there are some emails that fit the criteria (e.g. last month). This avoids dealing with missing or inaccessible...
Something is wrong with the layout of threaded mode. If a conversation is deeply nested (e.g. [1]), the RHS margin of the message text is gradually moved leftwards, reducing the...
To simplify the MboxoReader code, it currently forces a read of less than 7 bytes to read 7 bytes. The response can potentially return more bytes than requested. The existing...
As per RFC 2822, an original message can be resent to the same mailing list. This message must have the following headers prefixed to it: Resent-From: Resent-Date: It should also...
Some (old) ASF messages [1,2] have unexpected Content-type, for example: Content-Type: text/$email_type; charset=iso-8859-1 Whilst this is not strictly valid, it's clearly a text message. At present the message is dropped....
The following URL: https://lists.apache.org/list.html?*@ponymail.apache.org causes a "List not found" pop-up to be shown. That does not really make sense. The message should be suppressed for wild-card matches. It shows messages...
As the subject says. Such e-mails are perfectly valid so should not be ignored. As an example, the promotion mails sent by Nexus don't have a plain text alternative.