summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorDon Sanders <don.sanders@nokia.com>2011-10-23 17:34:39 +0300
committerDon Sanders <don.sanders@nokia.com>2011-10-23 17:34:39 +0300
commite15e08c3cbd51354cecfe504a040b5313f660723 (patch)
tree7abec1360842985ede2224ebe23c7e1423de4a23 /doc/src
parent0bf29856e0294033efbcf4a11f0093af54ad9b51 (diff)
Add support for IMAP COMPRESS (RFC4978) using zlib.
Should speed up sync for servers that do not support the qresync capability, esp. on reconnect when getting flag changes. Gmail recently added support for compress. RFC4978 indicates retrieval of encoded (e.g. base64) attachments, and uploading attachments of mails into draft/sent should be sped up more if IMAP BINARY extension is utilized to UID FETCH BINARY instead of UID FETCH BODY. Currently only supported on unix (requires zlib & pkg_config).
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/messaging.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/messaging.qdoc b/doc/src/messaging.qdoc
index 59ce319f..38ab1647 100644
--- a/doc/src/messaging.qdoc
+++ b/doc/src/messaging.qdoc
@@ -50,7 +50,7 @@ For detailed information refer to:
\section1 Building and Compiling
-To build the Messaging Framework, ensure qt4 and libicu development packages are installed, and run \c qmake on the top level \c messagingframework.pro file as follows:
+To build the Messaging Framework, ensure qt4, zlib and libicu development packages are installed, and run \c qmake on the top level \c messagingframework.pro file as follows:
\code
qmake "QMF_INSTALL_ROOT=<image directory path>" messagingframework.pro