Go to file
2018-03-26 20:33:28 +02:00
data Import newer scripts upstream 2016-02-20 15:38:04 +01:00
doc Import newer scripts upstream 2016-02-20 15:38:04 +01:00
include Update the copyright notice 2018-02-12 13:14:31 +01:00
po Update the translations 2016-04-05 20:30:41 +02:00
src Fix the build 2018-02-12 15:39:48 +01:00
tests Update the copyright notice 2018-02-12 13:14:31 +01:00
.gitignore Add a few .gitignore files 2015-04-06 15:15:44 +02:00
COPYING Switch to the 2-clause BSD license 2018-02-12 13:09:32 +01:00
project.conf About to release DeforaOS Mailer 0.1.8 2016-04-05 19:52:39 +02:00
README.md Mention the 2-clause BSD license instead 2018-03-26 20:33:28 +02:00

DeforaOS Mailer

About Mailer

Mailer is a mail client application for the DeforaOS desktop.

Mailer is part of the DeforaOS Project, and distributed under the terms of the BSD License (2-clause).

Compiling Mailer

Mailer depends on the following components:

  • Gtk+ 2 or 3
  • OpenSSL
  • DeforaOS libDesktop
  • DocBook-XSL (for the manual pages)
  • GTK-Doc (for the API documentation)

With GCC, this should then be enough to compile Mailer:

$ make

To install (or package) Mailer in a different location:

$ make DESTDIR="/staging/directory" PREFIX="/another/prefix" install

Documentation

Manual pages for each of the executables installed are available in the doc folder. They are written in the DocBook-XML format, and need libxslt and DocBook-XSL to be installed to be converted to either HTML or man file format.

Likewise, the API reference for libMailer (accounts and plug-ins) is available in the doc/gtkdoc folder, and is generated using gtk-doc.