Go to file
2012-12-10 12:43:23 +01:00
data Fixed parsing arguments (using $OPTARG) 2012-10-17 10:37:57 +00:00
doc Install the manual pages as well 2012-10-14 20:52:29 +00:00
include Updated the API again (should be clearer to follow) 2012-11-13 01:56:57 +01:00
po Updated French translations 2012-10-14 16:36:39 +00:00
src Obtaining the size of the data to parse with answers to FETCH 2012-12-10 12:11:26 +01:00
tests Testing more code 2012-12-10 12:43:23 +01:00
config.h Releasing DeforaOS Mailer 0.1.5 2012-10-14 17:07:33 +00:00
config.sh Releasing DeforaOS Mailer 0.1.5 2012-10-14 17:07:33 +00:00
COPYING GPLv3'ing 2008-10-15 10:43:33 +00:00
Makefile Added a README file 2012-11-27 16:16:00 +01:00
project.conf Added a README file 2012-11-27 16:16:00 +01:00
README.md Fixed markup 2012-11-27 16:18:26 +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
  • 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.