| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Adding QMailMessageObserver, a way of monitoring actions | Eric Springer | 2010-07-02 | 5 | -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 Sanders | 2010-06-29 | 10 | -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 servicehandler | Eric Springer | 2010-06-22 | 1 | -17/+9 | |
| | | ||||||
| * | Fixes: NB#166378 | Don Sanders | 2010-05-06 | 1 | -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 ↵ | AleksW | 2010-04-20 | 4 | -0/+4 | |
| | | | | | an 'include' directory on 'make install' | |||||
| * | Switch to using status to store temporary messages | espringe | 2010-03-16 | 3 | -12/+12 | |
| | | ||||||
| * | Stop messageserver crashing when attempting operations on a deregistered account | Eric Springer | 2010-03-08 | 1 | -3/+6 | |
| | | ||||||
| * | Update .gitignore so the directories are not matched, only the binaries. | AleksW | 2010-03-04 | 1 | -0/+2 | |
| | | ||||||
| * | Fixes: ServiceHandler::expireAction2010W08 | Don Sanders | 2010-03-01 | 2 | -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 changes | Eric Springer | 2010-02-25 | 2 | -8/+33 | |
| | | ||||||
| * | If Qt is built as a framework on OSX, build QMF as a framework also. | AleksW | 2010-02-22 | 1 | -0/+3 | |
| | | ||||||
| * | Changes and fixes with temporary mail infastructure | Eric Springer | 2010-02-19 | 1 | -12/+50 | |
| | | ||||||
| * | On Windows consider the build configuration of the Qt libraries we are ↵ | AleksW | 2010-02-19 | 1 | -6/+5 | |
| | | | | | compiling against. If the build configuration is not specified we should match the configuration of the Qt libraries. | |||||
| * | Preliminary server side searching | Eric Springer | 2010-02-09 | 1 | -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 Sanders | 2010-01-21 | 1 | -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 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 | 1 | -3/+3 | |
| | | ||||||
| * | 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." | |||||
| * | Fix crash when attempting a remote search | Eric Springer | 2010-01-07 | 1 | -2/+2 | |
| | | ||||||
| * | Use right dispatch handler | Eric Springer | 2009-12-22 | 1 | -1/+1 | |
| | | ||||||
| * | Pass folder requests to the plugins | Eric Springer | 2009-12-11 | 2 | -9/+89 | |
| | | ||||||
| * | Add interface for folder manipulation via message server. | Eric Springer | 2009-12-09 | 5 | -0/+62 | |
| | | ||||||
| * | Remove instances of 'Qt Software' from copyright info. | MattV | 2009-11-23 | 10 | -10/+10 | |
| | | ||||||
| * | Allow optional shutdown signal handling. | MattV | 2009-10-20 | 2 | -0/+24 | |
| | | ||||||
| * | Flag messages that have no external representation as local-only. | MattV | 2009-09-23 | 1 | -3/+3 | |
| | | ||||||
| * | Rely on common.pri for CONFIG settings. | MattV | 2009-09-16 | 1 | -3/+2 | |
| | | ||||||
| * | Body search should be recursive for multi-part messages. | MattV | 2009-08-04 | 1 | -9/+30 | |
| | | ||||||
| * | Compile for qt 4.4 | AleksW | 2009-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Transfer responsibility from sink to source after transmit. | MattV | 2009-07-10 | 2 | -4/+19 | |
| | | ||||||
| * | Support FwoD of messages prepared in the external Sent folder. | MattV | 2009-07-06 | 1 | -3/+6 | |
| | | ||||||
| * | Dispatch transmit-from-external messages to prepareMessages. | MattV | 2009-07-01 | 1 | -2/+22 | |
| | | ||||||
| * | Copy drafts to external folder if configured. | MattV | 2009-06-30 | 1 | -1/+1 | |
| | | ||||||
| * | Mark messages as sent via the flagMessages interface. | MattV | 2009-06-24 | 1 | -2/+10 | |
| | | ||||||
| * | Allow services to provide the flagMessages function. | MattV | 2009-06-24 | 5 | -0/+58 | |
| | | ||||||
| * | Remove folders for 'standard' locations. | MattV | 2009-06-23 | 2 | -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. | MattV | 2009-06-19 | 1 | -2/+4 | |
| | | ||||||
| * | Remove spurious debug output. | MattV | 2009-06-11 | 1 | -1/+0 | |
| | | ||||||
| * | Ensure action status is maintained correctly. | MattV | 2009-06-11 | 2 | -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. | MattV | 2009-06-10 | 2 | -7/+92 | |
| | | ||||||
| * | Merge branch 'qmf-1.0' | MattV | 2009-06-05 | 6 | -18/+204 | |
| |\ | | | | | | | | | Conflicts: src/libraries/qtopiamail/support/qmailnamespace.cpp | |||||
| | * | Update copyright header.2009W23 | MattV | 2009-06-05 | 6 | -18/+204 | |
| | | | ||||||
| * | | Merge branch 'qmf-1.0' | MattV | 2009-06-04 | 4 | -12/+136 | |
| |\| | | | | | | | | | Conflicts: src/libraries/qtopiamail/support/qmailnamespace.h | |||||
| | * | Update copyright header. | MattV | 2009-06-04 | 4 | -12/+136 | |
| | | | ||||||
| * | | Merge branch 'qmf-1.0' | MattV | 2009-06-04 | 1 | -0/+3 | |
| |\| | | | | | | | | | Conflicts: src/libraries/qtopiamail/support/qmaillog.h | |||||
| | * | Default logging to enabled when build config includes 'debug'. | MattV | 2009-06-04 | 1 | -0/+3 | |
| | | | ||||||
| * | | Do not use separate debug/release configurations. | MattV | 2009-05-21 | 1 | -0/+1 | |
| |/ | ||||||
| * | Use the account configuration to find the Outbox folder ID. | MattV | 2009-05-15 | 1 | -1/+3 | |
| | | ||||||
| * | Simplify the mail store initialization state interface. | MattV | 2009-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | Allow clients to ignore updates associated with retrieval activity. | MattV | 2009-05-13 | 2 | -4/+142 | |
| | | ||||||
