summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Return ConfigurationError if no greeting received in 20 secondssmtpfixEric Springer2011-06-293-0/+24
|
* Consider removal records in QMailDisconnected ops2011W25Don Sanders2011-06-242-0/+6
| | | | | | Specifically updatesOutstanding and rollBackUpdates. NB#267055 Other mail account : messages deleted in device are not synced to server
* Avoid loop in qtmail UI.Don Sanders2011-06-241-1/+0
|
* Update CHANGES file, list NB#268303 as fixed.Don Sanders2011-06-241-0/+1
|
* Fix forward without download functionality.Don Sanders2011-06-231-0/+52
| | | | | | Was broken by async queue in outbox. Required falling back to sync enqueue when fwod is used.
* Fix regressions in qtmail.experimentalDon Sanders2011-06-221-4/+2
| | | | Due to serviceactions changes.
* Ensure expiry timer is running for push email mail checks.Don Sanders2011-06-221-0/+20
| | | | Related to build [REQ: 716994] no NB currently.
* Don't send spurious LOGOUT when closing connection.Don Sanders2011-06-222-6/+9
| | | | Fixes NB#265236 "Error occurred" shown frequently when syncing emails
* Remove remaining uses of QMailHeartbeatTimer.Don Sanders2011-06-228-26/+18
| | | | | | Finishes NB#257648 Use QTimer instead of syshb Fixes NB#265381 crash in QMailHeartbeatTimer Fixes NB#267768 segfaults @ QtMobility::QSystemAlignedTimerPrivate::error
* Check calender invitation also in top part of QMailMessageEric Springer2011-06-202-4/+4
| | | | Patch by José Dapena
* Remove '#imapsettings.cpp#'Eric Springer2011-06-201-520/+0
|
* Prefer gb18030 over gb2312 or gbkEric Springer2011-06-204-11/+118
| | | | Patch by Don
* Make sure all metadata is transferred for cache2011W23_2Eric Springer2011-06-152-7/+12
| | | | | I've also reorganized it to the same order as QMMMetaData so that it's easier to verify nothing is missing
* Truncate plaintext preview at maxPreviewLengthEric Springer2011-06-151-1/+1
|
* Update CHANGES file, small chance 259082 is fixed.2011W23_1Don Sanders2011-06-121-0/+1
|
* Fix regression with action expiry not working.Don Sanders2011-06-121-1/+3
| | | | | | Due to reregistration API change. Small chance this may fix NB#259082 Sync never stops
* Remove debug output.Don Sanders2011-06-122-5/+0
|
* Update CHANGES file.2011W23Don Sanders2011-06-111-0/+4
|
* Resolve conflicts.Don Sanders2011-06-102-5/+3
|\
| * Update CHANGES file.Don Sanders2011-06-101-3/+6
| |
| * Eliminate "unable to allocate new action" warningsDon Sanders2011-06-101-1/+0
| | | | | | | | When cancelling synchronize service action.
| * Fix NB#263850 Preview of the message shown with junk characters/linksDon Sanders2011-06-101-3/+6
| | | | | | | | | | | | if message has Inlined image Patch from Eric.
| * Fixes: NB#261810 Random crashes observedDon Sanders2011-06-101-1/+1
| | | | | | | | Regression trigged by enabling WAL.
* | Fix NB#263850 Preview of the message shown with junk characters/linksDon Sanders2011-06-092-3/+7
| | | | | | | | if message has Inlined image
* | Eliminate 'Unable to allocate new action' errors when cancelling sync.Don Sanders2011-06-091-1/+0
| |
* | Fixes for NB#261810 Random crashes observed upon tapping send in ↵Don Sanders2011-06-092-1/+4
| | | | | | | | reply/forward editor
* | Update changes file.2011W22_4Don Sanders2011-06-091-3/+4
|/
* Fix for NB#264045 - Messageserver crashDon Sanders2011-06-091-0/+4
| | | | @SmtpClient::setAccount while disabling other mail account
* Fix for NB#264025 Messageserver crashDon Sanders2011-06-091-1/+2
| | | | @QMailAccountConfiguration::ServiceConfiguration::value () while setting POP account
* Fix for NB#195729 smtp authentication error not shown when account is ↵Don Sanders2011-06-082-0/+17
| | | | | | configured with wrong settings Patch from Eric.
* Fix for NB#257648 - Use QTimer for "expire check" instead of syshbDon Sanders2011-06-082-6/+8
| | | | Patch from Eric.
* Fix for empty previews regression.2011W22_3Don Sanders2011-06-071-3/+3
| | | | Patch from Eric.
* Fix a regression with imap/pop services not adapting to account changes.Don Sanders2011-06-073-7/+8
|
* Fix a regression with smtp services not adapting to account changes.2011W22_2Don Sanders2011-06-072-0/+11
|
* Fix crash on exit.Don Sanders2011-06-061-0/+2
| | | | For some reason only manifesting on windows.
* Qtify brace placement.Don Sanders2011-06-061-50/+42
|
* Don't malloc bomb on ridiculously long header fields.Don Sanders2011-06-061-65/+76
|
* Ignore spurious exists notifications in imap idle code.2011W22Don Sanders2011-06-062-7/+11
| | | | Fix for NB#260769
* Ensure QMF doesn't use default QSqlDatabase connection name.Don Sanders2011-06-062-2/+3
| | | | | | Patch from Edit Siket-szasz. Fix for NB#252787
* Add TODO note about not loading body/parts into memory.Don Sanders2011-06-061-0/+2
|
* Fix regression caused by adaptive plugins.Don Sanders2011-06-051-4/+4
| | | | Crash when using service of disabled imap account.
* Fix style issue.Don Sanders2011-06-051-1/+1
|
* Services no longer need to be restarted when an account changes.Don Sanders2011-06-052-1/+4
| | | | | | Changed default of QMailMessageService::requiresReregistration to false. NB#207684, NB#217492, NB#261611
* Change the IETF protocol plugins to adapt to account changes.Don Sanders2011-06-054-138/+345
| | | | | | | | imap/pop protocols plugin instances can respond to changes like an account being enabled/disabled, or push email being enabled/disabled, or interval checking period changing, without needing to be restarted. NB#207684
* Compile fix for glibc 2.14Don Sanders2011-06-031-1/+5
|
* Fix style issue.Don Sanders2011-06-031-1/+1
|
* Fix issue with cancel not cancelling synchronize service action.Don Sanders2011-06-031-1/+5
| | | | | UI updates OK, but servicehandler is given an incorrect action id, so protocol plugins are never really told to cancel the operation.
* Fix for NB#259331 - does not show new emails immediatelyDon Sanders2011-06-032-3/+18
| | | | Patch from Eric.
* Add QMailStorageAction::updateMessages(const QMailMessageMetaDataList &)Don Sanders2011-06-035-5/+38
| | | | | | | | | | | | | | Requests that the message server updates the meta data of the existing messages in the message store, to match each of the messages listed in \a messages. The messages will be updated asynchronously. All messages must use the same content scheme. \sa QMailStorageAction::messagesUpdated, QMailMessageData::contentScheme void QMailStorageAction::updateMessages(const QMailMessageMetaDataList &messages)
* Emit connectionDown signal immediately if messageserver fails.Don Sanders2011-06-038-10/+12
| | | | | | | | Add new QMailMessageServer::connectionDown signal, and use it to fail any outstanding serviceactions if messageserver goes down. Eliminates 6 second window of vulnerability mentioned earlier.