| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I86c8213bf803493a45752676587c3ff77414e457
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
|
|
|
|
|
| |
Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
|
|
|
|
|
|
|
| |
Also adding LICENSE.FDL to the repository
Change-Id: Id53b42ac71394f7af17daa3ccf4971215db5cc7a
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
|
| |
qmf.pro to messagingframework.pro
(cherry picked from commit 4949169f7bcf4aa62d81ee0e7c29fe75887ec899)
|
| |
|
| |
|
|
|
|
| |
an 'include' directory on 'make install'
|
|
|
|
| |
To force a documentation regeneration.
|
| |
|
|
|
|
|
| |
Emphasize that qtmail is only one approach to email presentation,
and that the library functionality is what QMF is intended for.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|