summaryrefslogtreecommitdiffstats
path: root/dbus/io.mainframe.shopsystem.Mail.service.in
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15build: switch to meson buildsystemSebastian Reichel1-4/+0
We build the project with 'meson' now instead of using custom configure script + GNU Makefiles. To build the project, go to the project root directory and use the following commands: Building: meson build cd build ninja Update Language Files: ninja shopsystem-pot ninja shopsystem-update-po Install: DESTDIR=./tmp ninja install
2017-04-18all: switch from session to system busSebastian Reichel1-0/+1
2013-05-05mail: initial mail serviceSebastian Reichel1-0/+3
This process provides an DBus interface for sending mails to users. It has MIME support for plain text and html mails and supports attachments. The service gets the SMTP server's hostname, port and authentication data from the configuration daemon.