summaryrefslogtreecommitdiffstats
path: root/doc/src/messaging.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Fix license headersChris Adams2018-07-191-3/+3
| | | | | Change-Id: I86c8213bf803493a45752676587c3ff77414e457 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-5/+5
| | | | | Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* Add license header for *qdoc filesSergio Ahumada2013-04-191-0/+27
| | | | | | | Also adding LICENSE.FDL to the repository Change-Id: Id53b42ac71394f7af17daa3ccf4971215db5cc7a Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
* Remove generated HTML documentation.Robin Burchell2013-02-071-96/+0
| | | | | | | | | | | | | The original reasoning for including this in the repository in bdf5d879572e5a835bb5e26c6c100680899ad67c was that the README referenced it for install/run instructions. Rectify that by moving the relevant documentation to README. This is a lot more optimal than having a 3+mb snapshot of HTML documentation which requires periodic updating. Change-Id: I90a414da2019b035ae99c8aa6ea4b1ceeb41eb6e Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Add support for increasing messaging store performance by disabling ↵Don Sanders2012-03-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | durable/atomic operations. For performance testing to see how much synchronous writes cost. Default uses fsync, and sqlite synchronous=FULL QMF_NO_DURABILITY disables fsync, uses sqlite synchronous=NORMAL, and is documented. QMF_NO_SYNCHRONOUS_DB disables fsync, uses sqlite synchronous=OFF, and is not currently document. Test data - total 100 messages in 13 different folders, medium speed network, fast desktop HD Default - Avg 13 seconds 14 12:57:50 - 12:58:04 12 13:13:09 - 13:13:21 QMF_NO_DURABILITY - Avg 10 seconds 10 13:02:17 - 13:02:27 09 13:03:39 - 13:03:48 QMF_NO_SYNCHRONOUS_DB - Avg 10 seconds 10 13:19:43 - 13:19:53 10 13:20:45 - 13:20:55 Conclusion NO_DURABILTY and NO_SYNCHRONOUS_DB run at a similar speed about 20%-40% faster than normal.
* Update plugins and doc paths.Don Sanders2012-01-131-2/+1
| | | | | | | | | | Code is from MeeGo: fix_plugins_installation.patch fix_docs_installation.patch Docs patch not yet fully applied. Also update plugin path documentation in messaging.qdoc.
* Add support for IMAP COMPRESS (RFC4978) using zlib.Don Sanders2011-10-231-1/+1
| | | | | | | | | | | | | | 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).
* New dependency libicu.Don Sanders2011-10-071-1/+1
|
* Update build documentation to reflect naming ofKeith Isdale2010-09-271-4/+4
| | | | | qmf.pro to messagingframework.pro (cherry picked from commit 4949169f7bcf4aa62d81ee0e7c29fe75887ec899)
* Document DEFINES+=QMF_NO_MESSAGE_SERVICE_EDITORDon Sanders2010-08-021-0/+5
|
* Remove incomplete place holder text.Don Sanders2010-07-121-4/+0
|
* QTMOBILITY-181. Put headers for messageserver and qtopiamail libraries into ↵AleksW2010-04-201-0/+1
| | | | an 'include' directory on 'make install'
* Minor docs change.MattV2009-11-161-1/+1
| | | | To force a documentation regeneration.
* Remove references to QPE.MattV2009-09-091-1/+1
|
* Move qtmail to examples directory.MattV2009-09-091-10/+10
| | | | | Emphasize that qtmail is only one approach to email presentation, and that the library functionality is what QMF is intended for.
* Add CHANGES file listings to documentation.2009W14MattV2009-04-031-0/+6
|
* Remove obsolete references to Qt Extended.MattV2009-03-301-10/+10
|
* Documentation improvements.MattV2009-03-301-6/+44
|
* Minor doc fixes.Aleks Wojcik2009-03-061-4/+4
|
* More doc.Aleks Wojcik2009-03-061-0/+52
|
* Inital commit of QMF qt.Aleks Wojcik2009-03-051-0/+51