summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete files.pkgShane Bradley2010-02-102-84/+0
|
* Update the qmfserver run scripts.Shane Bradley2010-02-093-3/+3
|
* Missed a project file from the patch.2010W03-0maemo3Shane Bradley2010-02-081-1/+58
|
* Update debian files for next release.Shane Bradley2010-02-083-74/+2465
|
* Fix bugfix formatting of changelog entry.Shane Bradley2010-01-291-2/+1
|
* Remove dev package dependency from CITA package.Shane Bradley2010-01-281-1/+1
|
* Update maemo patch and changelog for new release.Shane Bradley2010-01-222-37/+105
|
* Merge branch 'master' into pkgShane Bradley2010-01-2271-474/+2110
|\
| * Don't attempt to translate a dynamically generated error2010W03Eric Springer2010-01-201-6/+3
| |
| * Merge branch 'master' of [email protected]:addons/messagingframeworkDon Sanders2010-01-193-19/+14
| |\
| | * Return true if at least one search request goes throughEric Springer2010-01-191-4/+6
| | |
| | * Don't do a local search after doing a remote searchEric Springer2010-01-191-7/+0
| | |
| | * Use removeFirst() instead of takeFirst() when appropriateEric Springer2010-01-193-8/+8
| | |
| * | Add missing tr's.Don Sanders2010-01-191-7/+7
| | |
| * | Provide a quick status filter to show only non-removed messages.Don Sanders2010-01-191-0/+1
| |/
| * Fix crash in servicehandler.cpp when dereferencing a deleted pointerEric Springer2010-01-192-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/messagingframeworkDon Sanders2010-01-152-14/+8
| |\
| | * Add progress events to ImapFolderListEric Springer2010-01-132-14/+8
| | | | | | | | | | | | This needs to be reviewed.
| * | Apply NDK simulator related patch.Don Sanders2010-01-151-3/+1
| |/
| * Simple auto completion in recipient fields using mail in sent folder(s).2010W01Don Sanders2010-01-081-0/+26
| |
| * Don't spell check quotes linesEric Springer2010-01-082-2/+11
| |
| * When push email is enabled default to monitoring INBOX mailbox.Don Sanders2010-01-081-0/+2
| | | | | | | | | | Fix a small bug with 'push folder' label not being disabled/enabled correctly.
| * As-you-type spell checking in the editor.Don Sanders2010-01-071-0/+75
| | | | | | | | Using /usr/share/dict/words, American English only, no suggestions.
| * Fix bug ensure main protocol login doesn't begin until all idleDon Sanders2010-01-074-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 strategyDon Sanders2010-01-072-10/+0
| | | | | | | | calling ImapClient::monitor.
| * Use IdleProtocol objects and ImapClient::monitor to monitor foldersDon Sanders2010-01-074-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 searchEric Springer2010-01-071-2/+2
| |
| * Remove spurious warning and comment.Don Sanders2010-01-061-2/+0
| |
| * Change the IMAP Plugin configuration class to store a list of pushDon Sanders2010-01-065-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.MattV2010-01-061-3/+3
| |
| * Add support for accounts (dis)allowing creating foldersEric Springer2010-01-055-2/+8
| |
| * Fix the progress events of folder operations to occurs at the right timeEric Springer2010-01-054-63/+105
| |
| * Add support for NIL hierarchical delimitersEric Springer2010-01-044-42/+79
| |
| * Remove unused delimiter.Eric Springer2010-01-041-1/+0
| |
| * Make the activity icon respond to storage actions (like folder operations)Eric Springer2010-01-041-1/+2
| |
| * Remove some dead code.Don Sanders2009-12-292-31/+21
| | | | | | | | Add some comments.
| * Merge branch 'master' of [email protected]:addons/messagingframeworkMattV2009-12-241-1/+5
| |\
| | * Follow Qt style guidelines on declaring multiple variablesEric Springer2009-12-241-1/+5
| | |
| * | Avoid superfluous search when folder has no local content.MattV2009-12-241-26/+15
| |/
| * Fix a bug with retrieveMessageList strategy.Don Sanders2009-12-231-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/messagingframeworkEric Springer2009-12-233-5/+6
| |\
| | * Change the default message download limit to something reasonable,Don Sanders2009-12-231-1/+1
| | | | | | | | | | | | as it's measured in KB.
| | * Slightly more readable debug output.Don Sanders2009-12-231-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/messagingframeworkAleksW2009-12-2310-56/+686
| | |\
| | * | Don't clear the mailstatusflags table when clearing the database as the ↵AleksW2009-12-231-2/+2
| | | | | | | | | | | | | | | | flags are set at startup and used internally by the framework.
| * | | Only show create/delete/rename for folders with those propertiesEric Springer2009-12-233-9/+47
| | | |
| * | | Set create/delete/rename properties of discovered IMAP foldersEric Springer2009-12-231-0/+13
| | | |
| * | | Add property in QMailFolder for create/rename/delete foldersEric Springer2009-12-232-0/+13
| | |/ | |/|
| * | Fix GenUrlAuth from sending repeated valuesEric Springer2009-12-231-1/+1
| | | | | | | | | | | | | | | This is related to the previous commit, but it seems it didn't go through.
| * | Fix GenUrlAuthState and AppendState from sending repeated valuesEric Springer2009-12-231-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.