summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Thread test for qmailstoresymbianMarko Minkkinen2011-03-311-0/+178
|
* Add equality operator to QMailMessagePartContainerEric Springer2011-03-233-5/+8
|
* Lower the test count, as it's actually slow everywhereEric Springer2011-03-231-6/+0
|
* Merge remote-tracking branch 'origin/symbian'Eric Springer2011-03-23130-358/+5195
|\
| * Configurable possibility to run messageserver in thread (from dll) on SymbianMarko Minkkinen2011-03-167-2/+114
| |
| * Remove test adjusted for SymbianMarko Minkkinen2011-03-161-0/+6
| |
| * Logging for SymbianMarko Minkkinen2011-03-163-1/+21
| |
| * Export QMF headersMarko Minkkinen2011-03-161-1/+7
| |
| * Make mailstore threadsafe for Symbian IPC or Data CagingMarko Minkkinen2011-03-164-0/+92
| |
| * First version of Symbian IPC for QCOPMarko Minkkinen2011-03-1620-0/+1776
| |
| * .mmp & bld.inf files for Symbian Data CagingMarko Minkkinen2011-03-162-0/+23
| |
| * First version of Symbian Data CagingMarko Minkkinen2011-03-1631-8/+2751
| |
| * Couple of compiler warnings fixedMarko Minkkinen2011-03-165-5/+5
| |
| * Symbian compatibility fix to tst_qmailmessageMarko Minkkinen2011-03-163-0/+18
| |
| * Symbian armv5 compile error fixedMarko Minkkinen2011-03-161-2/+0
| |
| * Symbian UIDs definedMarko Minkkinen2011-03-168-2/+9
| |
| * Merge master to symbianMarko Minkkinen2011-03-161-1/+3
| |\
| * \ Merge master to symbianMarko Minkkinen2011-03-154-4/+106
| |\ \
| * \ \ Merge master to symbianMarko Minkkinen2011-03-1198-951/+4998
| |\ \ \
| * | | | First version of s60installsMarko Minkkinen2011-02-101-0/+37
| | | | |
| * | | | Comparison bug fixedMarko Minkkinen2011-02-101-1/+1
| | | | |
| * | | | Couple of Symbian related changes (in #ifdefs)Marko Minkkinen2011-02-102-0/+7
| | | | |
| * | | | Compiler warnings fixedMarko Minkkinen2011-02-1058-226/+201
| | | | |
| * | | | Symbian related fix to messageserverMarko Minkkinen2011-02-101-2/+2
| | | | |
| * | | | Symbian related fix to tst_python_email::path()Marko Minkkinen2011-02-101-0/+4
| | | | |
| * | | | Symbian related fix to tst_QMailMessage::toRfc2822()Marko Minkkinen2011-02-101-3/+3
| | | | |
| * | | | Symbian related changes to .pri & .pro filesMarko Minkkinen2011-02-1015-71/+84
| | | | |
| * | | | Fix for tst_QMailStore::updateMessage()Marko Minkkinen2011-02-091-12/+12
| | | | |
* | | | | Fix database failure when a message predecessor no longer existsEric Springer2011-03-221-12/+14
| | | | |
* | | | | Upgrade mailthreads to store account information in database`Eric Springer2011-03-227-12/+70
| | | | |
* | | | | Document more threading related changes.2011W11Don Sanders2011-03-211-2/+8
| | | | |
* | | | | Merge commit 'refs/merge-requests/11' of ↵Don Sanders2011-03-211-6/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | git://gitorious.org/qt-labs/messagingframework into merge-requests/11
| * | | | | QMailMessageHeaderFieldPrivate::setParameter: avoid breaking encoded ↵José Dapena Paz2011-03-031-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | characters in more than one encoded line.
| * | | | | QMailMessageHeaderFieldPrivate::setParameter: if parameter is encoded, we ↵José Dapena Paz2011-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | add the encode * to all lines.
| * | | | | Process properly also rfc2231 on QMailMessagePart::displayName().José Dapena Paz2011-03-031-2/+2
| | | | | |
| * | | | | QMailMessagePart::setContentDisposition: use proper ↵José Dapena Paz2011-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | QMailMessageHeaderField::toString parameters
* | | | | | Merge commit '12446002fa1d7c4480195599452b22a0a2fd2c9c'Don Sanders2011-03-211-0/+16
|\ \ \ \ \ \
| * | | | | | Document threading related changes.Don Sanders2011-03-211-0/+16
| | | | | | |
* | | | | | | List QTSOL-200 as fixed.Don Sanders2011-03-211-0/+3
|/ / / / / /
* | | | | | Fix QTSOL-200Don Sanders2011-03-181-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: QMailStorageAction::flagMessages doesn't export Read and Important flag changes to the server
* | | | | | Merge patch from eocanhaDon Sanders2011-03-171-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yahoo IMAP server provides more fields than needed for the FETCH BODYSTRUCTURE command response. What this patch does is to discard all those unrequested fields by discarding those parsing item of negative depth, that is, above the scope that has been requested for parsing.
* | | | | | Thread and conversation querying improvementsEric Springer2011-03-171-22/+13
| |_|_|_|/ |/| | | |
* | | | | Properly chuck in unnamed namespace for external linkageEric Springer2011-03-161-1/+3
| | | | |
* | | | | Revert "Chuck in unnamed namespace for external linkage"Eric Springer2011-03-164-25/+24
| | | | | | | | | | | | | | | | | | | | This reverts commit 24cb8cdd0a79cd973349d31120a541308a8f49d1.
* | | | | Chuck in unnamed namespace for external linkageEric Springer2011-03-164-24/+25
| |_|_|/ |/| | |
* | | | Revert "Revert "Add the includes QMailMessageKey to QMailThreadKey""Don Sanders2011-03-143-4/+103
| | | | | | | | | | | | | | | | This reverts commit ac896bff8c1d86066a18011610ad9a16178215d0.
* | | | Revert "Add the includes QMailMessageKey to QMailThreadKey"2010W10_2Don Sanders2011-03-143-103/+4
| | | | | | | | | | | | | | | | This reverts commit 6ae36f998a513564153ff29fcdc77079035cb79a.
* | | | List NB#235204 as fixed.Don Sanders2011-03-141-0/+3
| | | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:addons/messagingframeworkEric Springer2011-03-147-47/+63
|\ \ \ \
| * \ \ \ Merge commit 'refs/merge-requests/10' of ↵Don Sanders2011-03-111-12/+12
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | git://gitorious.org/qt-labs/messagingframework into merge-requests/10