apache / incubator-ponymail

Apache Pony Mail (Incubating) - Email for Ponies & People
http://ponymail.incubator.apache.org/
Other
80 stars 30 forks source link

Bug: emails with only HTML content are ignored #110

Open sebbASF opened 8 years ago

sebbASF commented 8 years ago

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.

Humbedooh commented 8 years ago

Not entirely true, html emails can be archived by using the html2text converter. This is mentioned in https://github.com/apache/incubator-ponymail/blob/master/docs/ARCHIVING.md - if you feel this should have a more prominent place in the docs, you are most welcome to suggest patches

sebbASF commented 8 years ago

My position is that an email archiver should not, by default, ignore any mails when importing. So more prominent documentation is not really the answer here.

sebbASF commented 6 years ago

If necessary, the HTML-ony mails could be displayed as an empty mail witha an attachment. At least the mails would not be ignored. Or the mail content could be displayed as plain text, as mod_mbox does.

Dropping the mails entirely is not acceptable.