History log of /haiku/src/add-ons/mail_daemon/inbound_protocols/imap/Settings.h
Revision Date Author Comments
# f2d9de45 05-Nov-2018 Peter Kosyh <p.kosyh@gmail.com>

mail_daemon: IMAP Settings.h DeleteRemoteWhenLocal forgotten prototype

this fixes broken build, sorry

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


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

IMAP: make the body fetch limit setting available.

* This is set by the ProtocolConfigView -- there should really be
some constant for this.


# 28ee6c28 25-Apr-2013 Axel Dörfler <axeld@pinc-software.de>

IMAP: Use useful default without destination.

* We now use the account name as destination directory.
* Turns out that an empty string is written as destination which worked
around the GetString() solution.


# c67313f3 23-Jan-2013 Axel Dörfler <axeld@pinc-software.de>

imap: added Settings::MaxConnections()/IdleMode().

* Also made use of the new BMessage API for the existing methods.


# 186c96d5 18-Jan-2013 Axel Dörfler <axeld@pinc-software.de>

IMAP: Early work in progress of main protocol class.


# f1c9cc42 05-Jan-2012 Axel Dörfler <axeld@pinc-software.de>

We need to copy the settings message.


# 9192d4dc 14-Dec-2011 Axel Dörfler <axeld@pinc-software.de>

Started working on the IMAP add-on itself.

* Renamed imap_config.cpp to ConfigView.cpp, IMAPFolderConfig.(h|cpp)
to FolderConfigWindow.(h|cpp).
* Got the latter to build.
* Added Settings class to simplify and unify the BMessage based
settings access.
* Removed the InboundProtocol[Thread] implementation from the build for now.


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

IMAP: make the body fetch limit setting available.

* This is set by the ProtocolConfigView -- there should really be
some constant for this.


# 28ee6c28394b54048a391dfd1b398aad22b47a38 25-Apr-2013 Axel Dörfler <axeld@pinc-software.de>

IMAP: Use useful default without destination.

* We now use the account name as destination directory.
* Turns out that an empty string is written as destination which worked
around the GetString() solution.


# c67313f3c37605d888e1be78880db418f9866a5c 23-Jan-2013 Axel Dörfler <axeld@pinc-software.de>

imap: added Settings::MaxConnections()/IdleMode().

* Also made use of the new BMessage API for the existing methods.


# 186c96d50c1df03eb711dce3d1d22ebae88c18ae 18-Jan-2013 Axel Dörfler <axeld@pinc-software.de>

IMAP: Early work in progress of main protocol class.


# f1c9cc4292df9264a1230336d114c7dc164f4cfb 05-Jan-2012 Axel Dörfler <axeld@pinc-software.de>

We need to copy the settings message.


# 9192d4dcf36ca64087e0702be1ef464c1e49d208 14-Dec-2011 Axel Dörfler <axeld@pinc-software.de>

Started working on the IMAP add-on itself.

* Renamed imap_config.cpp to ConfigView.cpp, IMAPFolderConfig.(h|cpp)
to FolderConfigWindow.(h|cpp).
* Got the latter to build.
* Added Settings class to simplify and unify the BMessage based
settings access.
* Removed the InboundProtocol[Thread] implementation from the build for now.