Version: (using KDE KDE 3.2.2) Installed from: Debian testing/unstable Packages If librss is parsing a channel or item and does not find a title or description in the RSS 1.0 namespace, I think it would be a good idea to check if there is metadata in the Dublin Core namespace. For example, the following should be semantically equivalent: <rdf:RDF ... xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rss="http://purl.org/rss/1.0/"> <rss:channel> <rss:title>Foo</rss:title> </rss:channel> </rdf:RDF> <rdf:RDF ... xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rss="http://purl.org/rss/1.0/"> <rss:channel> <dc:title>Foo</dc:title> </rss:channel> </rdf:RDF> I think that this change would increase librss's interoperability with other XML technologies and in anticipation that RSS will depreciate its custom metadata elements for DC in the future.
Thank you for taking the time to file a bug report. The compontent kdepimlibs don't exist anymore since 2011. It was splitted into several parts some moved to Frameworks the other are still under de KDE PIM umbrella. The entire code base went through significant changes. We ported the source code in meanwhile to Qt5 and KF5. It is unlikely that these bugs are still valid in KMail2. We welcome you to try out the new 20.08 release and give your feedback.