Warning, /pim/mimetreeparser/README.md is written in an unsupported language. File is not indexed.

0001 # MimeTreeParser
0002 
0003 This repository contains a parser for a MIME tree and is based on KMime. The
0004 goal is given a MIME tree to extract a list of parts (e.g. text, html) and a
0005 list of attachments, check the validity of the signatures and decrypt any
0006 encrypted part.
0007 
0008 ![coverage](https://invent.kde.org/carlschwan/mimetreeparser/badges/master/coverage.svg?job=suse_tumbleweed_qt515)
0009 
0010 ## Example
0011 
0012 Example usage of this library can be found in the examples folder.
0013 
0014 QML usage (examples/qml):
0015 
0016 ![](screenshots/screenshot.png)
0017 
0018 Widgets usage (examples/widgets):
0019 
0020 ![](screenshots/widgets.png)
0021 
0022 ## License
0023 
0024 This project is licensed under the GNU General License (GPL-2.0-only AND GPL-2.0-or-later). New files are expected to be licensed under the GPL-2.0-or-later.