History log of /haiku/src/servers/mail/DefaultNotifier.cpp
Revision Date Author Comments
# 398bb939 11-Nov-2018 Peter Kosyh <p.kosyh@gmail.com>

mail: fixes of default notifier (reset)

This fixes POP3 notification messages.

Change-Id: Ic7d9c0bb23c4dc9814f6c4bade0aba367fa28db1
Reviewed-on: https://review.haiku-os.org/685
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 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 for a message that wasn't sent anywhere.

Fixes #10852.


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

Completed transition to the new mail API; ie. it compiles.

* Completely untested yet. Unlikely to work yet.


# 0f11280e 26-Oct-2012 Axel Dörfler <axeld@pinc-software.de>

Minor MailNotifier cleanup.

* Renamed to BMailNotifier, as it's part of the public API.
* Renamed Notifier.{cpp|h} to DefaultNotifier.{cpp|h} as that's the class it
implements.
* Made the mail counts uint32, and the byte counts uint64.


# 0b90f99bc3ba04f924e1706d9759a0ebcb93dd88 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 for a message that wasn't sent anywhere.

Fixes #10852.


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

Completed transition to the new mail API; ie. it compiles.

* Completely untested yet. Unlikely to work yet.


# 0f11280e6d43c1d497b20d76759ae8b653876654 26-Oct-2012 Axel Dörfler <axeld@pinc-software.de>

Minor MailNotifier cleanup.

* Renamed to BMailNotifier, as it's part of the public API.
* Renamed Notifier.{cpp|h} to DefaultNotifier.{cpp|h} as that's the class it
implements.
* Made the mail counts uint32, and the byte counts uint64.