Warning, /plasma-mobile/raven/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002 - SPDX-FileCopyrightText: None
0003 - SPDX-License-Identifier: CC0-1.0
0004 -->
0005 
0006 # Raven Mail <img src="logo.png" width="40" />
0007 
0008 An email client for Plasma Mobile, based on Akonadi.
0009 
0010 ## Links
0011 * Project page: https://invent.kde.org/plasma-mobile/raven
0012 * Issues: https://invent.kde.org/plasma-mobile/raven/issues
0013 * Development channel: https://matrix.to/#/#plasmamobile:matrix.org
0014 
0015 ## Dependencies
0016 * Akonadi
0017 * [PIM MailCommon](https://invent.kde.org/pim/mailcommon)
0018 * Qt Quick + Controls
0019 * Kirigami
0020 * Kirigami Addons
0021 
0022 ## Compiling
0023 
0024 ```
0025 mkdir build
0026 cd build
0027 cmake .. # add -DCMAKE_BUILD_TYPE=Release to compile for release
0028 make
0029 ```
0030 
0031 ## TODO
0032 * Draft and send mail
0033 * Improved content display (HTML and images on by default)
0034 * Welcome screen
0035 * Share code with Kalendar