History log of /haiku/src/servers/mail/MailDaemonApplication.h (Results 1 – 5 of 5)
Revision Date Author Comments
# c302a243 23-Dec-2015 Alexander von Gluck IV <kallisti5@unixzen.com>

Merge remote-tracking branch 'upstream/master' into intel-extreme


# 0b90f99b 14-Jan-2015 Adrien Destugues <pulkomandy@gmail.com>

Mail server: fix disabling notifications

* The default notifier didn't always take the setting into account.
* The mail server was not using the setting from the settings file and
instead waiting fo

Mail server: fix disabling notifications

* The default notifier didn't always take the setting into account.
* The mail server was not using the setting from the settings file and
instead waiting for a message that wasn't sent anywhere.

Fixes #10852.

show more ...


# 8705e1f6 22-May-2013 Axel Dörfler <axeld@pinc-software.de>

mail_daemon: cleanup, 30s auto check startup delay.

* Refactored new message retrieval a bit, so that the notification strings
aren't duplicated.
* The daemon now waits 30 seconds before doing the

mail_daemon: cleanup, 30s auto check startup delay.

* Refactored new message retrieval a bit, so that the notification strings
aren't duplicated.
* The daemon now waits 30 seconds before doing the first mail check.

show more ...


# daf972c9 30-Oct-2012 Axel Dörfler <axeld@pinc-software.de>

Renamed MailDaemon{App|.cpp|.h} to MailDaemonApplication[.{cpp|h}].


# 893e3de8 27-Nov-2015 Axel Dörfler <axeld@pinc-software.de>

mail_daemon: Converted to BServer.