summaryrefslogtreecommitdiffstats
path: root/src/mail/mailer-interface.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: Add DBusError to avoid warnings with valac 0.40Sebastian Reichel1-6/+6
2018-06-28mailer: gmime 2.6 -> 3.0Sebastian Reichel1-1/+1
2013-05-10external mail interface should not depend on GMimeSebastian Reichel1-1/+7
2013-05-05mail: initial mail serviceSebastian Reichel1-0/+60
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.