summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master' of [email protected]:addons/messagingframeworkEric Springer2009-12-221-1/+6
| |\ \
| | * | Fixes: Crash when parsing ill-formed gmail imap BODYSTRUCTURE output.Don Sanders2009-12-221-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task: QTSOL-89 Details: gmail is returning ill formed BODYSTRUCTURE output in some cases, specifically chinese mails sent by George. KMail doesn't show them at all. Gmail web interface doesn't show one.
| * | | Return proper error code to callerEric Springer2009-12-221-2/+4
| |/ /
| * | Merge branch 'master' of [email protected]:addons/messagingframeworkEric Springer2009-12-2235-55/+209
| |\| | | | | | | | | | | | | Conflicts: src/plugins/messageservices/imap/imapstrategy.h
| | * Merge branch 'master' of [email protected]:addons/messagingframeworkMattV2009-12-2145-99/+681
| | |\
| | | * Merge branch 'master' of [email protected]:addons/messagingframeworkDon Sanders2009-12-1829-36/+164
| | | |\
| | | | * Allow QMF to compile against namespaced Qt.MattV2009-12-1829-36/+164
| | | | |
| | | * | Fixes: Push email not collecting all mailDon Sanders2009-12-182-5/+42
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task: QTSOL-85<task number> Details: More testing is required. Working on a couple theories: 1) There's a failure to add a message to the store. But this error is ignored and the qmf-max-serveruid folder custom field is updated anyway. 2) Stale _newMinMaxMap values are being used. Added a bool _error to ImapStrategy, so that qmf-max-serveruid is not updated if an error occurs during a store operation while the retrieveMessageList strategy is executed. Made sure to clear _newMinMaxMap in ImapRetrieveMessageList::LogIn. It would be nice to know why I'm getting the fail on store operations
| | | * Fix bug in get more messages functionality.Don Sanders2009-12-171-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a customer field qtmail-retrieved-minimum which stores the number of messages already retrieved for a folder. This qtmail-retrieved-minimum optimization results in incorrect results in the case when qtmail-retrieved-minimum is computed for a folder and then new messages are retrieved in that folder. (As the qtmail-retrieved-minimum value is not updated to take into consideration the newly added messages).
| | | * Fix issue causing folders with attribute \noselect to not being listedEric Springer2009-12-161-12/+9
| | | |
| | * | Remove references to obsolete common.pri location.MattV2009-12-143-6/+0
| | | |
| * | | IMAP create/delete/rename folder implementationEric Springer2009-12-227-62/+673
| | | |
| * | | Make folder name changes send updateEric Springer2009-12-221-2/+10
| | | |
| * | | Use right dispatch handlerEric Springer2009-12-221-1/+1
| | |/ | |/|
| * | Pass folder requests to the pluginsEric Springer2009-12-112-9/+89
| | |
| * | Fixes issue of sending wrong uninitalized dataEric Springer2009-12-111-3/+2
| | |
| * | Connecting qtmail to the interface for folder operationsEric Springer2009-12-102-37/+44
| | |
| * | Add support for folder operations in the qtmail exampleEric Springer2009-12-102-7/+72
| | |
| * | Add interface for folder manipulation via message server.Eric Springer2009-12-0912-1/+276
| | |
| * | Fixes compile warning about comparing signed and unsignedEric Springer2009-12-091-1/+1
| | |
| * | Fixes compile warnings about possible uninitialised dataEric Springer2009-12-091-3/+3
| |/
* | Revert rules file changes since debug mode is still broken.Shane Bradley2010-01-112-9/+3
| |
* | Update changelog.Shane Bradley2010-01-111-0/+6
| |
* | Update maemo patch and remove -g flag - compiler bug was fixed.Shane Bradley2009-12-153-4603/+151
| |
* | Update patch for 2009W49 baseline.Shane Bradley2009-12-103-390/+402
| |
* | Revert "Revert "Merge branch 'master' into pkg""Shane Bradley2009-12-10259-408/+752
| | | | | | | | This reverts commit e7c6e9fc49f456adee84d3e67a922d0d1af4f08b.
* | Update changelog.Shane Bradley2009-12-041-1/+2
| |
* | Fix arm build failure.Shane Bradley2009-12-041-2/+2
| |
* | Revert "Merge branch 'master' into pkg"Shane Bradley2009-12-04259-752/+408
| | | | | | | | | | This reverts commit 2ce6a592475eed9a4047ecb8f9a109d72734b2bf, reversing changes made to b238586472e0d5370e43eaa58f3c49435d441add.
* | Merge branch 'master' into pkgShane Bradley2009-12-04259-408/+752
|\|
| * Fix inline image loading for QTextBrowser rendering.2009W49MattV2009-12-022-48/+84
| |
| * Add inline image loading when using WebKit renderer.MattV2009-12-024-26/+226
| |
| * Remove instances of 'Qt Software' from copyright info.MattV2009-11-23257-257/+257
| |
| * Compile fix for windows mobile.MattV2009-11-201-1/+5
| |
| * Do not register flags when built for parsing only.MattV2009-11-201-0/+2
| |
| * Fix include directive quoting form.MattV2009-11-201-3/+3
| |
| * TokenType symbol conflicts with something on windows mobile...MattV2009-11-201-4/+4
| |
| * Compile fix for windows mobile.MattV2009-11-201-0/+2
| |
| * Allow only the instantiations needed for parsing.MattV2009-11-201-0/+7
| |
| * Allow QMessage to be built for parsing only.MattV2009-11-203-6/+59
| |
| * Allow QCop to be ommitted.MattV2009-11-201-1/+4
| |
| * Allow qtopiamail code to be built within a single module.MattV2009-11-201-0/+6
| |
| * Compile fix for windows mobile.MattV2009-11-202-2/+13
| |
| * Do not export symbols unnecessarily.MattV2009-11-201-51/+55
| |
| * Apply nocase option for message comparisons.MattV2009-11-191-1/+1
| |
| * Use case-insensitive search for message data elements.MattV2009-11-191-18/+34
| | | | | | | | | | It should be possible to expand the key objects to specify case sensitivity at a later time.
| * Minor docs change.MattV2009-11-161-1/+1
| | | | | | | | To force a documentation regeneration.
* | Update debian patch to 2009W44-0maemo2 maemo state.Shane Bradley2009-11-274-301/+1149
| |
* | Update patch to add integration with Accounts subsystem.Shane Bradley2009-11-126-2854/+6305
| |
* | Use -e instead of -d, and fix other scripts.Shane Bradley2009-11-053-4/+4
| |