Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete files.pkg | Shane Bradley | 2010-02-10 | 2 | -84/+0 |
| | |||||
* | Update the qmfserver run scripts. | Shane Bradley | 2010-02-09 | 3 | -3/+3 |
| | |||||
* | Missed a project file from the patch.2010W03-0maemo3 | Shane Bradley | 2010-02-08 | 1 | -1/+58 |
| | |||||
* | Update debian files for next release. | Shane Bradley | 2010-02-08 | 3 | -74/+2465 |
| | |||||
* | Fix bugfix formatting of changelog entry. | Shane Bradley | 2010-01-29 | 1 | -2/+1 |
| | |||||
* | Remove dev package dependency from CITA package. | Shane Bradley | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Update maemo patch and changelog for new release. | Shane Bradley | 2010-01-22 | 2 | -37/+105 |
| | |||||
* | Merge branch 'master' into pkg | Shane Bradley | 2010-01-22 | 71 | -474/+2110 |
|\ | |||||
| * | Don't attempt to translate a dynamically generated error2010W03 | Eric Springer | 2010-01-20 | 1 | -6/+3 |
| | | |||||
| * | Merge branch 'master' of [email protected]:addons/messagingframework | Don Sanders | 2010-01-19 | 3 | -19/+14 |
| |\ | |||||
| | * | Return true if at least one search request goes through | Eric Springer | 2010-01-19 | 1 | -4/+6 |
| | | | |||||
| | * | Don't do a local search after doing a remote search | Eric Springer | 2010-01-19 | 1 | -7/+0 |
| | | | |||||
| | * | Use removeFirst() instead of takeFirst() when appropriate | Eric Springer | 2010-01-19 | 3 | -8/+8 |
| | | | |||||
| * | | Add missing tr's. | Don Sanders | 2010-01-19 | 1 | -7/+7 |
| | | | |||||
| * | | Provide a quick status filter to show only non-removed messages. | Don Sanders | 2010-01-19 | 1 | -0/+1 |
| |/ | |||||
| * | Fix crash in servicehandler.cpp when dereferencing a deleted pointer | Eric Springer | 2010-01-19 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | Patch contributed by Mills Matthew. "If a QMailMessageService instance has been freed but that service still is associated with an action then we’ll have trouble when that action expires. Specifically, this trouble occurs in ServiceHandler::expireAction when we are iterating through and acting on the ActionData::services of an expired action." | ||||
| * | Merge branch 'master' of [email protected]:addons/messagingframework | Don Sanders | 2010-01-15 | 2 | -14/+8 |
| |\ | |||||
| | * | Add progress events to ImapFolderList | Eric Springer | 2010-01-13 | 2 | -14/+8 |
| | | | | | | | | | | | | This needs to be reviewed. | ||||
| * | | Apply NDK simulator related patch. | Don Sanders | 2010-01-15 | 1 | -3/+1 |
| |/ | |||||
| * | Simple auto completion in recipient fields using mail in sent folder(s).2010W01 | Don Sanders | 2010-01-08 | 1 | -0/+26 |
| | | |||||
| * | Don't spell check quotes lines | Eric Springer | 2010-01-08 | 2 | -2/+11 |
| | | |||||
| * | When push email is enabled default to monitoring INBOX mailbox. | Don Sanders | 2010-01-08 | 1 | -0/+2 |
| | | | | | | | | | | Fix a small bug with 'push folder' label not being disabled/enabled correctly. | ||||
| * | As-you-type spell checking in the editor. | Don Sanders | 2010-01-07 | 1 | -0/+75 |
| | | | | | | | | Using /usr/share/dict/words, American English only, no suggestions. | ||||
| * | Fix bug ensure main protocol login doesn't begin until all idle | Don Sanders | 2010-01-07 | 4 | -37/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | protocols are in idle state (not just connected). Remove initialIdling logic from IdleProtocol class, instead knowledge of completeness of idle protocols is encapsulated in ImapClient class, using _waitingForIdleFolderIds and _waitingForIdle, and _idlesEstablished. Fix bug make sure that after a successful error recovery operation, that push email enabled folders are checked for new mail, by handling restarting of client also in ImapService instead of just in ImapClient::idleOpenRequested. | ||||
| * | Remove obsolete code todo with the updateMessagesFlags strategy | Don Sanders | 2010-01-07 | 2 | -10/+0 |
| | | | | | | | | calling ImapClient::monitor. | ||||
| * | Use IdleProtocol objects and ImapClient::monitor to monitor folders | Don Sanders | 2010-01-07 | 4 | -87/+87 |
| | | | | | | | | | | | | defined in the configuration dialog as push enabled. Disable monitor updateMessageFlags folders for new mail logic, as it has been superseded by the new multi mailbox push email logic. | ||||
| * | Fix crash when attempting a remote search | Eric Springer | 2010-01-07 | 1 | -2/+2 |
| | | |||||
| * | Remove spurious warning and comment. | Don Sanders | 2010-01-06 | 1 | -2/+0 |
| | | |||||
| * | Change the IMAP Plugin configuration class to store a list of push | Don Sanders | 2010-01-06 | 5 | -78/+276 |
| | | | | | | | | | | | | | | | | enabled mailboxes. Additionally change the IMAP Plugin GUI settings class to enable the user to select mailboxes to push enable. (List of push enabled mailboxes is not yet actually used by the network code, that will be done next). | ||||
| * | Maintain existing naming convention. | MattV | 2010-01-06 | 1 | -3/+3 |
| | | |||||
| * | Add support for accounts (dis)allowing creating folders | Eric Springer | 2010-01-05 | 5 | -2/+8 |
| | | |||||
| * | Fix the progress events of folder operations to occurs at the right time | Eric Springer | 2010-01-05 | 4 | -63/+105 |
| | | |||||
| * | Add support for NIL hierarchical delimiters | Eric Springer | 2010-01-04 | 4 | -42/+79 |
| | | |||||
| * | Remove unused delimiter. | Eric Springer | 2010-01-04 | 1 | -1/+0 |
| | | |||||
| * | Make the activity icon respond to storage actions (like folder operations) | Eric Springer | 2010-01-04 | 1 | -1/+2 |
| | | |||||
| * | Remove some dead code. | Don Sanders | 2009-12-29 | 2 | -31/+21 |
| | | | | | | | | Add some comments. | ||||
| * | Merge branch 'master' of [email protected]:addons/messagingframework | MattV | 2009-12-24 | 1 | -1/+5 |
| |\ | |||||
| | * | Follow Qt style guidelines on declaring multiple variables | Eric Springer | 2009-12-24 | 1 | -1/+5 |
| | | | |||||
| * | | Avoid superfluous search when folder has no local content. | MattV | 2009-12-24 | 1 | -26/+15 |
| |/ | |||||
| * | Fix a bug with retrieveMessageList strategy. | Don Sanders | 2009-12-23 | 1 | -1/+2 |
| | | | | | | | | | | | | fillinggap needs to be reset each time a folder is selected, specifically for case of updating all folders with retrieveMessageList on message server startup. | ||||
| * | Merge branch 'master' of [email protected]:addons/messagingframework | Eric Springer | 2009-12-23 | 3 | -5/+6 |
| |\ | |||||
| | * | Change the default message download limit to something reasonable, | Don Sanders | 2009-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | as it's measured in KB. | ||||
| | * | Slightly more readable debug output. | Don Sanders | 2009-12-23 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | In theory anway. In practice the unconnected debug should never get hit unless the code is changed. | ||||
| | * | Merge branch 'master' of [email protected]:addons/messagingframework | AleksW | 2009-12-23 | 10 | -56/+686 |
| | |\ | |||||
| | * | | Don't clear the mailstatusflags table when clearing the database as the ↵ | AleksW | 2009-12-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | flags are set at startup and used internally by the framework. | ||||
| * | | | Only show create/delete/rename for folders with those properties | Eric Springer | 2009-12-23 | 3 | -9/+47 |
| | | | | |||||
| * | | | Set create/delete/rename properties of discovered IMAP folders | Eric Springer | 2009-12-23 | 1 | -0/+13 |
| | | | | |||||
| * | | | Add property in QMailFolder for create/rename/delete folders | Eric Springer | 2009-12-23 | 2 | -0/+13 |
| | |/ | |/| | |||||
| * | | Fix GenUrlAuth from sending repeated values | Eric Springer | 2009-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This is related to the previous commit, but it seems it didn't go through. | ||||
| * | | Fix GenUrlAuthState and AppendState from sending repeated values | Eric Springer | 2009-12-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | When GenUrlAuthState and AppendState were given more than one "task" to do, they would keep doing the first task instead of the latest one. |