summaryrefslogtreecommitdiffstats
path: root/src/mail/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian Reichel1-1/+1
This adds I18N support using standard gettext system together with an initial German translation. This can be used to search locales in some directory: Intl.bindtextdomain("shopsystem", "/home/sre/src/serial-barcode-scanner"); And this can be used to switch language at runtime: Intl.setlocale(LocaleCategory.ALL, "");
2018-06-28mailer: gmime 2.6 -> 3.0Sebastian Reichel1-1/+1
2016-08-04surpress "Nothing to be done for 'all'" messageSebastian Reichel1-0/+1
2014-04-09silence C-Compiler warningsSebastian Reichel1-1/+1
2013-05-05mail: initial mail serviceSebastian Reichel1-0/+9
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.