summaryrefslogtreecommitdiffstats
path: root/src/mail/mailer.vala
AgeCommit message (Collapse)AuthorFilesLines
2017-04-18all: switch from session to system busSebastian Reichel1-1/+1
2016-08-04mailer: support disabling starttlsSebastian Reichel1-2/+12
Connection to a localhost mailserver do not need TLS encryption, so add support for plaintext connections. Keep default of enabled TLS.
2013-05-16implement mail sending queueSebastian Reichel1-6/+11
2013-05-11send mails in the backgroundSebastian Reichel1-3/+15
2013-05-05mail: initial mail serviceSebastian Reichel1-0/+160
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.