Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elementary/mail
Mail app designed for elementary OS
https://github.com/elementary/mail
camel email evolution-data-server gtk gtk3 hacktoberfest imap meson vala webkit
Last synced: 6 days ago
JSON representation
Mail app designed for elementary OS
- Host: GitHub
- URL: https://github.com/elementary/mail
- Owner: elementary
- License: gpl-3.0
- Created: 2017-04-10T17:26:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T06:50:51.000Z (about 1 month ago)
- Last Synced: 2024-12-29T16:09:05.843Z (13 days ago)
- Topics: camel, email, evolution-data-server, gtk, gtk3, hacktoberfest, imap, meson, vala, webkit
- Language: Vala
- Homepage: https://elementary.io
- Size: 65.4 MB
- Stars: 206
- Watchers: 29
- Forks: 51
- Open Issues: 178
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome - mail - Mail app designed for elementary OS (Vala)
README
[![Translation status](https://l10n.elementary.io/widgets/mail/-/svg-badge.svg)](https://l10n.elementary.io/projects/mail/?utm_source=widget)![Mail Screenshot](data/screenshot.png?raw=true)
## Building, Testing, and Installation
You'll need the following dependencies:
* libcamel1.2-dev
* libedataserver1.2-dev
* libedataserverui1.2-dev >=3.45.1
* libfolks-dev
* libgee-0.8-dev
* libglib2.0-dev
* libgranite-dev >= 6.0.0
* libhandy-1-dev >= 1.1.90
* libjson-glib-dev
* libportal-dev
* libportal-gtk3-dev
* libwebkit2gtk-4.1-dev
* meson
* valacRun `meson build` to configure the build environment and then change to the build directory and run `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`, then execute with `io.elementary.mail`
sudo ninja install
io.elementary.mailYou might want to set the `WEBKIT_EXTENSION_PATH` environment variable to the `webkit-extension` build folder in order to test the application without installing it