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

mail_daemon: IMAP delete messages on the server only when delete_remote_when_local setting is set

Change-Id: I88fcc7a185cede080af7c3b85f9466a02f895809
Reviewed-on: https://review.haiku-os.org/674
Reviewed-by: Stephan Aßmus <superstippi@gmx.de>


# 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.


# 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.


# 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.