Go to file
2016-03-31 00:41:04 +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 No longer store Makefiles in the source tree 2015-04-06 15:10:55 +02:00
po Update the French translation 2016-02-22 21:08:32 +01:00
src Correct the server address in status messages 2016-03-31 00:41:04 +02:00
tests Do not link libssl twice 2016-03-06 00:12:56 +01:00
.gitignore Add a few .gitignore files 2015-04-06 15:15:44 +02:00
COPYING GPLv3'ing 2008-10-15 10:43:33 +00:00
project.conf About to release DeforaOS Mailer 0.1.7 2016-02-20 15:41:03 +01:00
README.md DeforaOS Mailer also supports Gtk+ 3 2015-03-23 01:05:54 +01: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 GNU General Public License, version 3 (GPLv3).

Compiling Mailer

Mailer depends on the following components:

  • Gtk+ 2 or 3
  • OpenSSL
  • DeforaOS libDesktop

With GCC, this should then be enough:

$ 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-XML 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.