Go to file
2014-04-23 19:45:00 +02:00
data Newer version of the script upstream 2014-04-23 19:45:00 +02:00
doc Added a reference to sendmail(1) 2014-03-04 03:30:57 +01:00
include Re-generated the Makefiles 2013-06-02 02:13:24 +02:00
po Newer version of the scripts upstream 2014-03-04 03:27:42 +01:00
src Code cleanup 2013-11-30 06:17:56 +01:00
tests More portable shebang, from 7heo <7heo@mail.com> 2014-03-13 13:52:43 +09:00
config.h About to release DeforaOS Mailer 0.1.6 2012-12-26 17:24:23 +01:00
config.sh About to release DeforaOS Mailer 0.1.6 2012-12-26 17:24:23 +01:00
COPYING GPLv3'ing 2008-10-15 10:43:33 +00:00
Makefile Added a prefix to the desktop entry 2013-11-27 21:02:09 +01:00
project.conf About to release DeforaOS Mailer 0.1.6 2012-12-26 17:24:23 +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.