summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding QMailMessageObserver, a way of monitoring actionsEric Springer2010-07-025-27/+94
| | | | | BIG WARNING: This merely a demo. The entire API of it is about to (drastically) change, and will be in no way compatible.
* Update license files, so they are the same as Qt.Don Sanders2010-06-2910-160/+160
| | | | | | | | Specifically remove out dated "or the Beta Release License Agreement" text. Remove redundant GPL paragaph. Update copyright to 2010.
* Clean up messageAccounts in servicehandlerEric Springer2010-06-221-17/+9
|
* Fixes: NB#166378Don Sanders2010-05-061-1/+5
| | | | | | | Task: Crash on cancel transfer. Details: Fix based on backtrace. Not verified as can't reproduce. mActiveActions shouldn't actually contain null services. So this fix doesn't address the root cause of the issue.
* QTMOBILITY-181. Put headers for messageserver and qtopiamail libraries into ↵AleksW2010-04-204-0/+4
| | | | an 'include' directory on 'make install'
* Switch to using status to store temporary messagesespringe2010-03-163-12/+12
|
* Stop messageserver crashing when attempting operations on a deregistered accountEric Springer2010-03-081-3/+6
|
* Update .gitignore so the directories are not matched, only the binaries.AleksW2010-03-041-0/+2
|
* Fixes: ServiceHandler::expireAction2010W08Don Sanders2010-03-012-37/+57
| | | | | | | | | Task: MOBILITY-533 Details: Changing bufferlimit to 100 in qmailtransport.cpp enabled reproducing a crash in the servicehandler. In expireAction maybe the data.services is being deleted when the activityChanged signal is being emitted.
* Remote searching related changesEric Springer2010-02-252-8/+33
|
* If Qt is built as a framework on OSX, build QMF as a framework also.AleksW2010-02-221-0/+3
|
* Changes and fixes with temporary mail infastructureEric Springer2010-02-191-12/+50
|
* On Windows consider the build configuration of the Qt libraries we are ↵AleksW2010-02-191-6/+5
| | | | compiling against. If the build configuration is not specified we should match the configuration of the Qt libraries.
* Preliminary server side searchingEric Springer2010-02-091-19/+1
| | | | | | | | | | | | | | | There are (quite) a few known limitations that will be addressed shortly: * QMailKey to IMAP search isn't robust nor 100% complete * Issues with custom mail fields, for temp messages (and thus qmailfile stuff) * Progress/Messages events not properly integrated with ServiceHandler * No Cancel Search * No QtMail integration Issues with uncertain resolution: * Not able to search only particular folders * No server side sorting * No pipeline of search * A temporary QMailMessageId will is always valid (according to isValid() at least)
* BIC. Add and use 'bool QMailMessageService::requiresReregistration()'Don Sanders2010-01-211-2/+13
| | | | | method to make re-registration of services after an account is changed by an external process optional.
* 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-191-3/+3
|
* 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."
* Fix crash when attempting a remote searchEric Springer2010-01-071-2/+2
|
* Use right dispatch handlerEric Springer2009-12-221-1/+1
|
* Pass folder requests to the pluginsEric Springer2009-12-112-9/+89
|
* Add interface for folder manipulation via message server.Eric Springer2009-12-095-0/+62
|
* Remove instances of 'Qt Software' from copyright info.MattV2009-11-2310-10/+10
|
* Allow optional shutdown signal handling.MattV2009-10-202-0/+24
|
* Flag messages that have no external representation as local-only.MattV2009-09-231-3/+3
|
* Rely on common.pri for CONFIG settings.MattV2009-09-161-3/+2
|
* Body search should be recursive for multi-part messages.MattV2009-08-041-9/+30
|
* Compile for qt 4.4AleksW2009-07-131-1/+1
|
* Transfer responsibility from sink to source after transmit.MattV2009-07-102-4/+19
|
* Support FwoD of messages prepared in the external Sent folder.MattV2009-07-061-3/+6
|
* Dispatch transmit-from-external messages to prepareMessages.MattV2009-07-011-2/+22
|
* Copy drafts to external folder if configured.MattV2009-06-301-1/+1
|
* Mark messages as sent via the flagMessages interface.MattV2009-06-241-2/+10
|
* Allow services to provide the flagMessages function.MattV2009-06-245-0/+58
|
* Remove folders for 'standard' locations.MattV2009-06-232-49/+9
| | | | | | | | | Providing actual folders for the standard locations presents difficulties when supporting accounts that use their own, external folders for the same standard purposes. This change removes the actual folders, and replaces the functionality using status flags.
* Move foreachPart into QMailMessagePartContainer.MattV2009-06-191-2/+4
|
* Remove spurious debug output.MattV2009-06-111-1/+0
|
* Ensure action status is maintained correctly.MattV2009-06-112-25/+19
| | | | | | Note: service implementations should not emit the activityChanged signal in order to modify the state to Successful; this is accomplished by emitting the actionCompleted() signal with a state of 'true'.
* Support message preparation before transmission.MattV2009-06-102-7/+92
|
* Merge branch 'qmf-1.0'MattV2009-06-056-18/+204
|\ | | | | | | | | Conflicts: src/libraries/qtopiamail/support/qmailnamespace.cpp
| * Update copyright header.2009W23MattV2009-06-056-18/+204
| |
* | Merge branch 'qmf-1.0'MattV2009-06-044-12/+136
|\| | | | | | | | | Conflicts: src/libraries/qtopiamail/support/qmailnamespace.h
| * Update copyright header.MattV2009-06-044-12/+136
| |
* | Merge branch 'qmf-1.0'MattV2009-06-041-0/+3
|\| | | | | | | | | Conflicts: src/libraries/qtopiamail/support/qmaillog.h
| * Default logging to enabled when build config includes 'debug'.MattV2009-06-041-0/+3
| |
* | Do not use separate debug/release configurations.MattV2009-05-211-0/+1
|/
* Use the account configuration to find the Outbox folder ID.MattV2009-05-151-1/+3
|
* Simplify the mail store initialization state interface.MattV2009-05-151-1/+1
|
* Allow clients to ignore updates associated with retrieval activity.MattV2009-05-132-4/+142
|